---
title: "List MCP tools"
method: GET
path: "/v1/fleet/mcp/tools"
tags: ["fleet mcp"]
---

# List MCP tools

`GET /v1/fleet/mcp/tools`

Returns tools from a remote MCP server. Serves cached results when fresh, otherwise fetches from the remote server and caches the response.

## Query parameters

- `url` string, required
- `oauth_provider_id` string
- `force_refresh` boolean
- `ls_user_id` string

## Response `200`

OK

- McptoolsListToolsResponse
  - `cached` boolean
  - `fetched_at` string
  - `tools` McptoolsTool[]
    - `annotations` object
    - `description` string
    - `inputSchema` object
    - `name` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `502` — Bad Gateway

---

[API](https://skmtc.net/langchain-ai/apis/langsmith.md) · [All operations](https://skmtc.net/langchain-ai/apis/langsmith/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/langchain-ai/langsmith/revisions/a0acb3a6a101/schema)
