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

# Get agent tool

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

Get details of a specific tool

## Path parameters

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

## Headers

- `Authorization` string, required

## Response `200`

Tool details

- AgentToolsGetAgentToolResponse200
  - `success` boolean
  - `item` AgentsAgentUuidToolsToolUuidGetResponsesContentApplicationJsonSchemaItem

---

[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)
