---
title: "List tools"
method: GET
path: "/experimental/tool"
---

# List tools

`GET /experimental/tool`

Get a list of available tools with their JSON schema parameters for a specific provider and model combination.

## Query parameters

- `directory` string
- `workspace` string
- `provider` string, required
- `model` string, required

## Response `200`

Tools

- ToolListItem[]
  - `id` string, required
  - `description` string, required
  - `parameters` unknown, required

## Other responses

- `400` — Bad request

---

[API](https://skmtc.net/kaaass/apis/opencode.md) · [All operations](https://skmtc.net/kaaass/apis/opencode/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kaaass/opencode/versions/8bb9a15bd144/schema)
