Skip to main content
Glama

CastPlan MCP

by Ghostseller

track_document_work

Map development tasks to required documentation updates. Specify work type, file paths, and expected documents to ensure alignment between code changes and documentation.

Instructions

Track the relationship between development work and documentation requirements

Input Schema

NameRequiredDescriptionDefault
expectedDocumentsNoExpected documentation to be updated
filePathsYesFile paths involved in the work
workDescriptionYesDescription of the work being done
workTypeYesType of development work

Input Schema (JSON Schema)

{ "properties": { "expectedDocuments": { "description": "Expected documentation to be updated", "items": { "type": "string" }, "type": "array" }, "filePaths": { "description": "File paths involved in the work", "items": { "type": "string" }, "type": "array" }, "workDescription": { "description": "Description of the work being done", "type": "string" }, "workType": { "description": "Type of development work", "enum": [ "frontend", "backend", "database", "electron", "testing", "deployment" ], "type": "string" } }, "required": [ "workType", "workDescription", "filePaths" ], "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