cURL
curl --request GET \ --url https://api.flipsidecrypto.xyz/public/v3/tools \ --header 'x-api-key: <api-key>'
{ "tools": [ { "name": "<string>", "description": "<string>", "inputSchema": "<unknown>", "outputSchema": "<unknown>" } ] }
Returns a list of all available tools with their metadata and schemas.
Deprecated - ignored
List of available tools
Show child attributes
Was this page helpful?