---
title: "Get agent custom tool"
method: GET
path: "/api/v0/agent/tools/{tool_id}"
tags: ["Agent Tools"]
---

# Get agent custom tool

`GET /api/v0/agent/tools/{tool_id}`

Get an agent custom tool by ID.

## Path parameters

- `tool_id` string, uuid, required

## Response `200`

Successful Response

- AgentCustomToolGetResponse — Response for getting an agent custom tool.
  - `id` string, uuid, required — The ID of the tool.
  - `tool_type` string, required — The tool type (python, prompt, api).
  - `name` string, required — The name of the tool.
  - `description` string, required — The description of the tool.
  - `parameters` object[], nullable — The parameter definitions.
  - `code` string, required — The code/prompt/config body.
  - `created_at` string, date-time, required — When the tool was created.
  - `updated_at` string, date-time, required — When the tool was last updated.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/outerport/apis/outerport-api.md) · [All operations](https://skmtc.dev/outerport/apis/outerport-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/outerport/outerport-api/revisions/f565b46daaea/schema)
