Tool Call
Executes a specific tool method with the provided parameters
This endpoint executes a specific method of a tool with the provided parameters. The response format depends on the specific tool and method being called.
Path Parameters
The name of the tool to call (e.g., “gmail”, “google-calendar”, “slack”)
The method of the tool to call (e.g., “listEmails”, “sendEmail”, “listEvents”)
Request Body
The request body should contain the parameters required by the specific tool method being called. The structure varies depending on the tool and method.
Response
The response format depends on the specific tool and method being called. Refer to the tool’s documentation for details on the expected response format.
Error Codes
Returned when the specified tool or method is not found.
Returned when there is a server error.