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

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

## 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)
