Update Tool

Update a custom tool's configuration

PATCH /v2/tools/{tool_id}

Request Body

{
  "description": "Check real-time product inventory",
  "endpoint_url": "https://api.example.com/v2/inventory"
}

Response

{
  "id": "tool_abc123",
  "name": "check_inventory",
  "type": "function",
  "description": "Check real-time product inventory",
  "endpoint_url": "https://api.example.com/v2/inventory",
  "updated_at": "2026-03-25T12:00:00Z"
}

On this page