latestOpenAPI 3.1.02026-08-206635377.2 KB
dae97e8eb063
Tools
update tool
Update an existing tool
put/v1/tools/{id}
Path parameters
idstring uuid required
Tool ID
Request body
Example request
{
"name": "search_products",
"description": "Search the product catalog"
}Response
Successfully updated tool
Example response
{
"id": "00000000-0000-0000-0000-000000000000",
"name": "search_knowledge_base",
"description": "Search the knowledge base for product information"
}