Skip to main content
Glama

CastPlan MCP

by Ghostseller

bmad_parse_specification

Parse business specification documents in markdown, yaml, or plain text formats to generate and validate tasks, with options for auto-assignment to agents within CastPlan MCP context.

Instructions

Parse a business specification document and generate tasks

Input Schema

NameRequiredDescriptionDefault
autoAssignNoWhether to automatically assign tasks to agents
contentYesThe specification content to parse
formatYesFormat of the specification content
generateTasksNoWhether to automatically generate tasks from requirements
validateNoWhether to validate generated tasks

Input Schema (JSON Schema)

{ "properties": { "autoAssign": { "default": false, "description": "Whether to automatically assign tasks to agents", "type": "boolean" }, "content": { "description": "The specification content to parse", "type": "string" }, "format": { "description": "Format of the specification content", "enum": [ "markdown", "yaml", "plain" ], "type": "string" }, "generateTasks": { "default": true, "description": "Whether to automatically generate tasks from requirements", "type": "boolean" }, "validate": { "default": true, "description": "Whether to validate generated tasks", "type": "boolean" } }, "required": [ "content", "format" ], "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