describe_tool
Get the full input schema and calling instructions for one tool found via search_tools. Returns the JSON Schema plus the exact REST/MCP endpoint to call it on. Calling a tool requires that project's own endpoint token, obtained from its owner.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool_name | Yes | The toolName from a search_tools result. | |
| project_slug | Yes | The projectSlug from a search_tools result. |