---
title: "Update agent tool"
method: PATCH
path: "/agents/{agent_uuid}/tools/{tool_uuid}"
tags: ["agentTools"]
---

# Update agent tool

`PATCH /agents/{agent_uuid}/tools/{tool_uuid}`

Update an existing tool

## Path parameters

- `agent_uuid` string, uuid, required
- `tool_uuid` string, uuid, required

## Headers

- `Authorization` string, required

## Request body

- object
  - `name` string
  - `description` string
  - `tool_config` AgentsAgentUuidToolsToolUuidPatchRequestBodyContentApplicationJsonSchemaToolConfig

## Response `200`

Tool updated

- AgentToolsUpdateAgentToolResponse200
  - `success` boolean
  - `item` AgentsAgentUuidToolsToolUuidPatchResponsesContentApplicationJsonSchemaItem
  - `message` string

---

[API](https://skmtc.net/resemble/apis/api-reference.md) · [All operations](https://skmtc.net/resemble/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/resemble/api-reference/versions/bce48b20dad7/schema)
