invoke_tool
Call a tool whose owner has enabled public invocation, without needing that project's token. Only works for tools opted in by their owner; others return not-found (use describe_tool for how to call them with a token). Usage is metered to the tool owner. Get project_slug/tool_name and the argument schema from search_tools + describe_tool first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| arguments | No | Arguments matching the tool inputSchema from describe_tool. | |
| tool_name | Yes | The toolName from a search_tools result. | |
| project_slug | Yes | The projectSlug from a search_tools result. |