cURL
curl --request GET \ --url https://api.example.com/v1/tools/available \ --header 'x-api-key: <x-api-key>'
{ "status": "success", "tools": [ "<string>" ] }
Retrieve comprehensive information about all available tools and capabilities supported by the Swarms API.
Successful Response
The status of the available tools.
The list of available tools.