Skip to main content
Glama

CastPlan MCP

by Ghostseller

docs_reference

Locate and reference essential documentation based on file paths, work context, and category to streamline development tasks on the CastPlan MCP server.

Instructions

Find and reference relevant documentation for development work

Input Schema

NameRequiredDescriptionDefault
categoryNoPrimary category of work (optional, auto-detected if not provided)
contextYesContext or description of the work being done
filesYesArray of file paths being worked on
workTypeNoType of work being done (optional, auto-detected if not provided)

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": "Context or description of the work being done", "type": "string" }, "files": { "description": "Array of file paths being worked on", "items": { "type": "string" }, "type": "array" }, "workType": { "description": "Type of work being done (optional, auto-detected if not provided)", "enum": [ "implement", "fix", "refactor", "optimize", "test", "deploy", "security" ], "type": "string" } }, "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