---
title: "List discovered tools from a server"
method: GET
path: "/api/v1/mcp-servers/{id}/tools"
tags: ["mcp-servers"]
---

# List discovered tools from a server

`GET /api/v1/mcp-servers/{id}/tools`

## Path parameters

- `id` string, required

## Response `200`

- McpToolResponse[]
  - `id` string, required
  - `toolName` string, required
  - `description` string
  - `inputSchema` object
  - `serverId` string, required
  - `serverName` string, required
  - `enabled` boolean, required
  - `discoveredAt` string, required

## Changes

- **2026-02-02** `0c1badf65004` — 1 info
  - endpoint added
- **2026-02-02** `321c48cce199` — 1 breaking
  - api path removed without deprecation
- **2026-02-02** `0c1badf65004` — 1 info
  - endpoint added
- **2025-10-24** `8db531c050e5` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/shipsecai/apis/shipsec-studio-api/changes/api/v1/mcp-servers/:id/tools/get.md)

---

[API](https://skmtc.dev/shipsecai/apis/shipsec-studio-api.md) · [All operations](https://skmtc.dev/shipsecai/apis/shipsec-studio-api/llms.txt) · [OpenAPI document](https://skmtc.dev/shipsecai/apis/shipsec-studio-api/revisions/0c1badf65004?raw)
