---
title: "List tools with optional tool group filter."
method: GET
path: "/v1/admin/tools"
tags: ["Tools"]
---

# List tools with optional tool group filter.

`GET /v1/admin/tools`

List tools with optional tool group filter.

## Query parameters

- `toolgroup_id` string, nullable — The ID of the tool group to filter tools by.

## Response `200`

A ListToolDefsResponse.

- ListToolDefsResponse — Response containing a list of tool definitions.
  - `data` ToolDef[], required — List of tool definitions.
    - `toolgroup_id` string, nullable — The ID of the tool group this tool belongs to.
    - `name` string, required — The name of the tool.
    - `description` string, nullable — A human-readable description of what the tool does.
    - `input_schema` object, nullable — JSON Schema describing the tool's input parameters.
    - `output_schema` object, nullable — JSON Schema describing the tool's output format.
    - `metadata` object, nullable — Additional metadata associated with the tool.

## Other responses

- `400` — The request was invalid or malformed
- `429` — The client has sent too many requests in a given amount of time
- `500` — The server encountered an unexpected error
- `default` — An error occurred

---

[API](https://skmtc.net/ogx-ai/apis/ogx-specification-stable-experimental-apis.md) · [All operations](https://skmtc.net/ogx-ai/apis/ogx-specification-stable-experimental-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ogx-ai/ogx-specification-stable-experimental-apis/revisions/f3f783962256/schema)
