Skip to main content
Glama
blizzy78
by blizzy78

transition_task_status

Update task status based on valid transitions, ensuring dependencies are met and providing required details for completion. Ensures tasks progress systematically within the Task Manager MCP Server.

Instructions

A tool to transition the status of a task. Valid task status transitions are:

  • not-started -> in-progress (before starting task)

  • in-progress -> complete (if task is done)

  • complete -> in-progress (if task needs rework) All tasks this task depends on must be 'complete' before this task can be 'in-progress'. outcomeDetails and verificationEvidence must be provided when transitioning this task to 'complete'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
newStatusYesThe new status of this task.
outcomeDetailsNoA detailed list of outcomes of this task. Must be provided if newStatus is 'complete'.
taskIDYesThe identifier of this task.
verificationEvidenceNoA list of verification evidence for task completion. Must be provided if newStatus is 'complete'.

Other Tools

Related Tools

Latest Blog Posts

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/blizzy78/mcp-task-manager'

If you have feedback or need assistance with the MCP directory API, please join our Discord server