---
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

---

[API](https://skmtc.net/onyx-dot-app/apis/agents-api.md) · [All operations](https://skmtc.net/onyx-dot-app/apis/agents-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onyx-dot-app/agents-api/versions/ea131344b29e/schema)
