---
title: "Get Tool Policy Options"
method: GET
path: "/v1/tool/policy/options"
tags: ["tool management"]
---

# Get Tool Policy Options

`GET /v1/tool/policy/options`

Return the available input and output policy options with descriptions.
Static data — no DB call.

## Response `200`

Successful Response

- ToolPolicyOptionsResponse
  - `input_policies` ToolPolicyOption[], required
    - `value` string, required
    - `label` string, required
    - `description` string, required
  - `output_policies` ToolPolicyOption[], required
    - `value` string, required
    - `label` string, required
    - `description` string, required

## Changes

- **2026-09-24** `731afbea6a1b` — 2 info
  - api tag `tool management` added
  - api tag `tools` removed
- **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` — 2 info
  - api tag `tool management` added
  - api tag `tools` removed

[Full history](https://skmtc.dev/flock/apis/litellm-api/changes/v1/tool/policy/options/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/731afbea6a1b?raw)
