Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
GET /v1/tools
curl -X GET https://api.vonative.com/v1/tools \ -H "Authorization: Bearer YOUR_API_KEY"
{ "success": true, "data": { "items": [ { "id": "tool-uuid-1234", "name": "get_order_status", "description": "Get the status of a customer order", "status": "synced" } ] } }