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

# List available tools

`GET /rest/api/v1/tools/list`

Returns a filtered set of available tools based on optional tool name parameters. If no filters are provided, all available tools are returned.

## Query parameters

- `toolNames` string[]

## Response `200`

Successful operation

- ToolsListResponse
  - `tools` Tool[]
    - `type` 'READ' | 'WRITE' — Type of tool (READ, WRITE)
    - `name` string — Unique identifier for the tool
    - `displayName` string — Human-readable name
    - `description` string — LLM friendly description of the tool
    - `parameters` object — The parameters for the tool. Each key is the name of the parameter and the value is the parameter object.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `429` — Too Many Requests

---

[API](https://skmtc.dev/gleanwork/apis/glean-client-api.md) · [All operations](https://skmtc.dev/gleanwork/apis/glean-client-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gleanwork/glean-client-api/revisions/96ef4b1b0820/schema)
