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.
PATCH /v1/tools/
PATCH /v1/tools/{tool_id}
curl -X PATCH https://api.vonative.com/v1/tools/tool-uuid-1234 \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "description": "Updated description for LLM context" }'