Claude Server MCP

by davidteren
Verified

list_contexts

List contexts with filtering options

Input Schema

NameRequiredDescriptionDefault
projectIdNoOptional project ID to filter by
tagNoOptional tag to filter by
typeNoOptional type to filter by

Input Schema (JSON Schema)

{ "properties": { "projectId": { "description": "Optional project ID to filter by", "type": "string" }, "tag": { "description": "Optional tag to filter by", "type": "string" }, "type": { "description": "Optional type to filter by", "enum": [ "project", "conversation" ], "type": "string" } }, "type": "object" }