v4
latestOpenAPI 3.1.02026-08-086635375.7 KBTools
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"
}