---
title: "List Mcp Server Tools"
method: POST
path: "/admin/api/v1/mcp-servers/{mcp_id}/tools"
tags: ["Integrations & Tools"]
---

# List Mcp Server Tools

`POST /admin/api/v1/mcp-servers/{mcp_id}/tools`

Discover tools exposed by a single MCP server.

Doubles as a connection check — if the server cannot be reached or
cannot speak MCP, ``ok=False`` carries the upstream error in the
response body. ``details.tools`` carries the discovered tool names
on success.

## Path parameters

- `mcp_id` string, uuid, required

## Response `200`

Successful Response

- StandaloneConnectionCheck — Body of POST /admin/api/v1/<resource>/check-connection. ``ok = True`` means the provider responded as expected. ``details`` carries provider-specific information (e.g. tool list for an MCP server). ``error`` is set only when ``ok = False``.
  - `ok` boolean, required
  - `details` object, nullable
  - `error` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/idun-group/apis/idun-agent-engine-server.md) · [All operations](https://skmtc.net/idun-group/apis/idun-agent-engine-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/idun-group/idun-agent-engine-server/versions/8909cd73cc1c/schema)
