---
title: "List Tools"
method: GET
path: "/v1/tool/list"
tags: ["tools"]
---

# List Tools

`GET /v1/tool/list`

List all auto-discovered tools and their policies.

Parameters:
- input_policy: Optional filter — one of "trusted", "untrusted", "blocked"

## Query parameters

- `input_policy` 'trusted' | 'untrusted' | 'blocked', nullable

## Response `200`

Successful Response

- ToolListResponse
  - `tools` 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
  - `total` integer, required

## 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/list/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/c71315002afa?raw)
