---
title: "GET /experimental/workspaces/{workspaceId}/mcp-servers/{mcpName}/tools"
method: GET
path: "/experimental/workspaces/{workspaceId}/mcp-servers/{mcpName}/tools"
tags: ["Workspaces", "MCP"]
---

# GET /experimental/workspaces/{workspaceId}/mcp-servers/{mcpName}/tools

`GET /experimental/workspaces/{workspaceId}/mcp-servers/{mcpName}/tools`

Fetches the tools currently exposed by a configured workspace MCP server.

## Path parameters

- `workspaceId` string, uuid, required
- `mcpName` string, required

## Headers

- `Authorization` string

## Response `200`

Default Response

- union
  - object
    - `outcome` 'success', required
    - `tools` object[], required
      - `name` string, required
      - `title` string, required
      - `description` string
  - object
    - `outcome` 'tools_not_supported', required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `413` — Payload Too Large
- `429` — Too Many Requests
- `500` — Internal Server Error
- `502` — Bad Gateway
- `503` — Service Unavailable
- `504` — Gateway Timeout

## Changes

- **2026-09-16** `f9d25d323f5c` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/tessl/apis/tessl-api/changes/experimental/workspaces/:workspaceId/mcp-servers/:mcpName/tools/get.md)

---

[API](https://skmtc.dev/tessl/apis/tessl-api.md) · [All operations](https://skmtc.dev/tessl/apis/tessl-api/llms.txt) · [OpenAPI document](https://skmtc.dev/tessl/apis/tessl-api/revisions/ee9b4e55fec4?raw)
