Claude Server MCP

by davidteren
Verified

get_context

Retrieve specific context by ID with optional project filtering to enable persistent, organized conversation continuity on Claude Server MCP.

Instructions

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" }

You must be authenticated.

Other Tools from Claude Server MCP

Related Tools

ID: l6ds8v5rox