---
title: "List Tools"
method: GET
path: "/tool"
tags: ["public"]
---

# List Tools

`GET /tool`

## Response `200`

Successful Response

- ToolSnapshot[]
  - `id` integer, required
  - `name` string, required
  - `description` string, required
  - `definition` object, nullable, required
  - `display_name` string, required
  - `in_code_tool_id` string, nullable, required
  - `custom_headers` unknown[], nullable, required
    - unknown
  - `passthrough_auth` boolean, required
  - `mcp_server_id` integer, nullable
  - `user_id` string, nullable
  - `oauth_config_id` integer, nullable
  - `oauth_config_name` string, nullable
  - `enabled` boolean
  - `chat_selectable` boolean
  - `agent_creation_selectable` boolean
  - `default_enabled` boolean

## Other responses

- `422` — Validation Error

## Changes

- **2026-01-06** `2d941ea53eb3` — 17 info
  - api tag `public` added
  - added the optional property `items/agent_creation_selectable` to the response with the `200` status
  - added the optional property `items/chat_selectable` to the response with the `200` status
  - added the optional property `items/default_enabled` to the response with the `200` status
  - …13 more
- **2025-08-21** `9321c45d93b5` — 8 breaking, 8 warning, 1 info
  - the response property `items/custom_headers` became optional for the status `200`
  - the response property `items/definition` became optional for the status `200`
  - the response property `items/description` became optional for the status `200`
  - the response property `items/display_name` became optional for the status `200`
  - …13 more

[Change history](https://skmtc.dev/onyx-dot-app/apis/onyx-api/changes/tool/get.md)

---

[API](https://skmtc.dev/onyx-dot-app/apis/onyx-api.md) · [All operations](https://skmtc.dev/onyx-dot-app/apis/onyx-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/onyx-dot-app/onyx-api/revisions/2d941ea53eb3/schema)
