---
title: "Get Tool Detail"
method: GET
path: "/v1/tool/{tool_name}/detail"
tags: ["tools"]
---

# Get Tool Detail

`GET /v1/tool/{tool_name}/detail`

Get a single tool with its policy overrides (for UI detail view).

## Path parameters

- `tool_name` string, required

## Response `200`

Successful Response

- ToolDetailResponse
  - `overrides` ToolPolicyOverrideRow[]
    - `created_at` string, date-time, nullable
    - `input_policy` 'trusted' | 'untrusted' | 'blocked'
    - `key_alias` string, nullable
    - `key_hash` string, nullable
    - `override_id` string, required
    - `team_id` string, nullable
    - `tool_name` string, required
    - `updated_at` string, date-time, nullable
  - `tool` LiteLLMToolTableRow, required
    - `assignments` object, nullable
    - `call_count` integer
    - `created_at` string, date-time, nullable
    - `created_by` string, nullable
    - `input_policy` 'trusted' | 'untrusted' | 'blocked'
    - `key_alias` string, nullable
    - `key_hash` string, nullable
    - `last_used_at` string, date-time, nullable
    - `origin` string, nullable
    - `output_policy` 'trusted' | 'untrusted'
    - `team_id` string, nullable
    - `tool_id` string, required
    - `tool_name` string, required
    - `updated_at` string, date-time, nullable
    - `updated_by` string, nullable
    - `user_agent` string, nullable

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-22** `c71315002afa` — 2 info
  - api tag `tools` added
  - api tag `tool management` removed
- **2026-09-21** `6246f8d427b7` — 2 info
  - api tag `tool management` added
  - api tag `tools` removed
- **2026-09-19** `c357baf422ab` — 2 info
  - api tag `tools` added
  - api tag `tool management` removed
- **2026-09-18** `082b5fabd909` — 4 info
  - api tag `tool management` added
  - api tag `tools` removed
  - added the optional property `detail/items/ctx` to the response with the `422` status
  - added the optional property `detail/items/input` to the response with the `422` status
- **2026-09-16** `7afc3544d64d` — 2 info
  - api tag `tools` added
  - api tag `tool management` removed

[Full history](https://skmtc.dev/flock/apis/litellm-api/changes/v1/tool/:tool_name/detail/get.md)

---

[API](https://skmtc.dev/flock/apis/litellm-api.md) · [All operations](https://skmtc.dev/flock/apis/litellm-api/llms.txt) · [OpenAPI document](https://skmtc.dev/flock/apis/litellm-api/revisions/7ed45f30a5f0?raw)
