Claude Server MCP

by davidteren
Verified

get_context

Retrieve context by ID and optional project ID

Input Schema

NameRequiredDescriptionDefault
idYesID of the context to retrieve
projectIdNoOptional project ID for project contexts

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "ID of the context to retrieve", "type": "string" }, "projectId": { "description": "Optional project ID for project contexts", "type": "string" } }, "required": [ "id" ], "type": "object" }