---
title: "List the MCP tools available to the chat surface"
method: GET
path: "/v1/mcp-chat/tools"
tags: ["mcp-chat"]
---

# List the MCP tools available to the chat surface

`GET /v1/mcp-chat/tools`

Discovered MCP tools that the LLM can call from this chat surface.

Returned to the UI so users can see what capabilities are available
(knowledge-base search, conversation lookup, agent listings, etc.)
without having to inspect tool calls after the fact.

## Response `200`

Successful Response

- ToolListResponse — Response body for ``GET /v1/mcp-chat/tools``.
  - `tools` ToolInfo[], required
    - `name` string, required
    - `description` string, required
    - `input_schema` object, nullable

---

[API](https://skmtc.net/oneloop-hq/apis/feather-api.md) · [All operations](https://skmtc.net/oneloop-hq/apis/feather-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oneloop-hq/feather-api/revisions/5a5597ebb2d6/schema)
