cURL
curl --request GET \ --url https://api.xpander.ai/v1/toolkits/{toolkit_id}/tools \ --header 'x-api-key: <api-key>'
[ {} ]
Returns toolkit tools in tool calling structure
Show Parameters Schema
[ { "name": "search_web", "description": "Search the web for information", "parameters": { "type": "object", "properties": { "query": { "type": "string", "description": "The search query" }, "max_results": { "type": "integer", "description": "Maximum number of results to return" } }, "required": ["query"] } } ]
API Key for authentication
Successful Response
Was this page helpful?