---
title: "Get MCP prompts"
method: GET
path: "/workspaces/{id}/mcp/prompts"
tags: ["mcp"]
---

# Get MCP prompts

`GET /workspaces/{id}/mcp/prompts`

## Path parameters

- `id` string, required

## Response `200`

OK

- ProtoMCPPrompt[]
  - `arguments` ProtoMCPPromptArgument[]
    - `description` string
    - `id` string
    - `required` boolean
    - `title` string
  - `client_id` string
  - `description` string
  - `id` string
  - `prompt_id` string
  - `title` string

## Other responses

- `404` — Not Found
- `500` — Internal Server Error

## Changes

- **2026-07-17** `0fc77e68cc86` — 1 breaking
  - api path removed without deprecation
- **2026-07-16** `bf3b824e3c67` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/charmbracelet/apis/crush-api/changes/workspaces/:id/mcp/prompts/get.md)

---

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