Claude Server MCP

by davidteren
Verified

list_contexts

Retrieve and filter contexts by project ID, tag, or type to manage and organize persistent Claude sessions efficiently.

Instructions

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

You must be authenticated.

Other Tools from Claude Server MCP

Related Tools

ID: l6ds8v5rox