Skip to main content
Glama

CastPlan MCP

by Ghostseller

bmad_update_task_status

Update the status of a task in CastPlan MCP by specifying a task ID and choosing from predefined status options such as pending, assigned, in-progress, needs-revision, or completed.

Instructions

Update the status of a specific task

Input Schema

NameRequiredDescriptionDefault
statusYesNew status for the task
taskIdYesID of the task to update

Input Schema (JSON Schema)

{ "properties": { "status": { "description": "New status for the task", "enum": [ "pending", "assigned", "in-progress", "needs-revision", "completed" ], "type": "string" }, "taskId": { "description": "ID of the task to update", "type": "string" } }, "required": [ "taskId", "status" ], "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