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.
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”)
The request body should contain the parameters required by the specific tool method being called. The structure varies depending on the tool and method.
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.
Returned when the specified tool or method is not found.
Returned when there is a server error.
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.
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”)
The request body should contain the parameters required by the specific tool method being called. The structure varies depending on the tool and method.
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.
Returned when the specified tool or method is not found.
Returned when there is a server error.