Skip to main content
Glama

CastPlan MCP

by Ghostseller

docs_update

Update project documentation by specifying modified files and change details. Ensures accurate, context-aware updates for development work across categories like frontend, backend, or database.

Instructions

Update documentation after completing development work

Input Schema

NameRequiredDescriptionDefault
categoryNoPrimary category of work (optional, auto-detected if not provided)
contextYesDescription of changes made
filesYesArray of file paths that were modified

Input Schema (JSON Schema)

{ "properties": { "category": { "description": "Primary category of work (optional, auto-detected if not provided)", "enum": [ "frontend", "backend", "electron", "database", "testing" ], "type": "string" }, "context": { "description": "Description of changes made", "type": "string" }, "files": { "description": "Array of file paths that were modified", "items": { "type": "string" }, "type": "array" } }, "required": [ "files", "context" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Ghostseller/CastPlan_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server