---
title: "get MCP tools from resource"
method: GET
path: "/w/{workspace}/resources/mcp_tools/{path}"
tags: ["resource"]
---

# get MCP tools from resource

`GET /w/{workspace}/resources/mcp_tools/{path}`

## Path parameters

- `workspace` string, required
- `path` string, required

## Response `200`

list of MCP tools

- object[]
  - `name` string, required
  - `description` string
  - `inputSchema` object, required
  - `annotations` object
    - `title` string
    - `readOnlyHint` boolean
    - `destructiveHint` boolean
    - `idempotentHint` boolean
    - `openWorldHint` boolean

## Changes

- **2026-08-14** `096d6a8830b7` — 1 breaking, 2 info
  - removed the required property `items/parameters` from the response with the `200` status
  - added the optional property `items/annotations` to the response with the `200` status
  - added the required property `items/inputSchema` to the response with the `200` status

[Change history](https://skmtc.dev/windmill/apis/windmill-api/changes/w/:workspace/resources/mcp_tools/:path/get.md)

---

[API](https://skmtc.dev/windmill/apis/windmill-api.md) · [All operations](https://skmtc.dev/windmill/apis/windmill-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/windmill/windmill-api/revisions/7b281701c340/schema)
