---
title: "List Distributor Prompt Tools"
method: GET
path: "/api/v1/distributor/prompts/tools"
tags: ["User APIs", "distributor-view"]
---

# List Distributor Prompt Tools

`GET /api/v1/distributor/prompts/tools`

Options for the tool filter: the tools the caller's own rows actually name.

Read under the same tenant boundary and retention clamp as the table, so the
list cannot report a tool whose traces the caller may not open. Not the admin
dashboards' static ``TOOLS`` constant, which names internal base tools a
distributor's clients never invoke.

## Query parameters

- `contract_id` string, uuid, nullable
- `lpc_id` string, uuid, nullable

## Response `200`

Successful Response

- string[]

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api.md) · [All operations](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/carbonarc/carbon-arc-client-admin-api/revisions/a8ca30023371/schema)
