Skip to main content
Glama

CastPlan MCP

by Ghostseller

initialize_documentation_system

Sets up project documentation automation by initializing system features, including AI-powered analysis, in the specified project directory. Integrates with CastPlan MCP for context-aware assistance.

Instructions

Initialize the enhanced documentation automation system for a project

Input Schema

NameRequiredDescriptionDefault
enableAINoEnable AI-powered analysis features
localeNoLocale for internationalization (optional - auto-detected if not provided)
projectRootYesRoot directory of the project
timeZoneNoTimezone for date/time operations (optional - auto-detected if not provided)

Input Schema (JSON Schema)

{ "properties": { "enableAI": { "default": true, "description": "Enable AI-powered analysis features", "type": "boolean" }, "locale": { "description": "Locale for internationalization (optional - auto-detected if not provided)", "type": "string" }, "projectRoot": { "description": "Root directory of the project", "type": "string" }, "timeZone": { "description": "Timezone for date/time operations (optional - auto-detected if not provided)", "type": "string" } }, "required": [ "projectRoot" ], "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