Callback for a tool handler registered with Server.tool().
Parameters will include tool arguments, if applicable, as well as other request handler context.
The callback should return:
structuredContent
content
Callback for a tool handler registered with Server.tool().
Parameters will include tool arguments, if applicable, as well as other request handler context.
The callback should return:
structuredContentif the tool has an outputSchema definedcontentif the tool does not have an outputSchema