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

# Get Tool

`GET /v1/tool/{tool_name}`

Get details for a single tool.

## Path parameters

- `tool_name` string, required

## Response `200`

Successful Response

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

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/flock/apis/litellm-api.md) · [All operations](https://skmtc.net/flock/apis/litellm-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/flock/litellm-api/revisions/8fbaab4fc7c5/schema)
