---
title: "get tool"
method: GET
path: "/v1/tools/{id}"
tags: ["Tools"]
---

# get tool

`GET /v1/tools/{id}`

Get a tool by ID

## Path parameters

- `id` string, uuid, required

## Response `200`

Successfully retrieved tool

- Tool
  - `id` string, uuid — Unique identifier for the tool
  - `name` string — Name of the tool
  - `description` string — Description of what the tool does
  - `type` 'CLIENT' | 'SERVER_RAG' | 'SERVER_WEBHOOK' | 'SYSTEM' — Type of tool
  - `config` object — Type-specific configuration
  - `disableInterruptions` boolean — When true, interruptions are disabled while this tool is executing
  - `createdAt` string, date-time — When the tool was created
  - `updatedAt` string, date-time, nullable — When the tool was last updated
  - `usageCount` integer — Number of personas using this tool

## Other responses

- `401` — Unauthorized - Invalid or missing API key
- `403` — Forbidden - API key lacks the required permission
- `404` — Tool not found
- `500` — Server error

---

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