cURL
curl --request GET \ --url https://api.flipsidecrypto.xyz/public/v3/tools/{toolName}/schema \ --header 'x-api-key: <api-key>'
{ "name": "<string>", "description": "<string>", "inputSchema": "<unknown>", "outputSchema": "<unknown>" }
Returns the metadata and JSON schemas for a specific tool, including its input and output schemas.
The name of the tool
Tool schema retrieved successfully
The tool name
Human-readable description of the tool
JSON Schema for the tool's input
JSON Schema for the tool's output
Was this page helpful?