Skip to main content
Glama

Task Master

by eyaltoledano

set_task_status

Update task or subtask statuses in Task Master's MCP server. Input task ID(s) and desired status (e.g., pending, done, in-progress) to manage progress efficiently. Supports bulk updates and integrates with project directories.

Instructions

Set the status of one or more tasks or subtasks.

Input Schema

NameRequiredDescriptionDefault
complexityReportNoPath to the complexity report file (relative to project root or absolute)
fileNoAbsolute path to the tasks file
idYesTask ID or subtask ID (e.g., '15', '15.2'). Can be comma-separated to update multiple tasks/subtasks at once.
projectRootYesThe directory of the project. Must be an absolute path.
statusYesNew status to set (e.g., 'pending', 'done', 'in-progress', 'review', 'deferred', 'cancelled'.
tagNoOptional tag context to operate on

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "complexityReport": { "description": "Path to the complexity report file (relative to project root or absolute)", "type": "string" }, "file": { "description": "Absolute path to the tasks file", "type": "string" }, "id": { "description": "Task ID or subtask ID (e.g., '15', '15.2'). Can be comma-separated to update multiple tasks/subtasks at once.", "type": "string" }, "projectRoot": { "description": "The directory of the project. Must be an absolute path.", "type": "string" }, "status": { "description": "New status to set (e.g., 'pending', 'done', 'in-progress', 'review', 'deferred', 'cancelled'.", "enum": [ "pending", "done", "in-progress", "review", "deferred", "cancelled" ], "type": "string" }, "tag": { "description": "Optional tag context to operate on", "type": "string" } }, "required": [ "id", "status", "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/eyaltoledano/claude-task-master'

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