Tool
Update a tool
Update a tool's editable fields (superadmin only).
patch/tools/{tool_id}
Path parameters
tool_idinteger required
ID of the tool to update.
ID of the tool to update.
Query parameters
cookie_namestring nullable
Request body
Example request
{
"name": "Web Search",
"description": "Searches the public web for up-to-date information.",
"prompt": "Use this tool to look up current events on the web."
}Response
Successful Response
Example response
{
"id": 42,
"name": "Web Search",
"description": "Searches the public web for up-to-date information.",
"prompt": "Use this tool to look up current events on the web.",
"created_at": "2026-01-15T09:30:00Z",
"updated_at": "2026-02-20T14:00:00Z"
}