Skip to main content
Glama

Task Master

by eyaltoledano

update

Modify multiple upcoming tasks starting from a specified task ID by applying new changes or context provided in the prompt. Use this tool for batch updates in task management.

Instructions

Update multiple upcoming tasks (with ID >= 'from' ID) based on new context or changes provided in the prompt. Use 'update_task' instead for a single specific task or 'update_subtask' for subtasks.

Input Schema

NameRequiredDescriptionDefault
fileNoPath to the tasks file relative to project root
fromYesTask ID from which to start updating (inclusive). IMPORTANT: This tool uses 'from', not 'id'
projectRootNoThe directory of the project. (Optional, usually from session)
promptYesExplanation of changes or new context to apply
researchNoUse Perplexity AI for research-backed updates
tagNoTag context to operate on

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "file": { "description": "Path to the tasks file relative to project root", "type": "string" }, "from": { "description": "Task ID from which to start updating (inclusive). IMPORTANT: This tool uses 'from', not 'id'", "type": "string" }, "projectRoot": { "description": "The directory of the project. (Optional, usually from session)", "type": "string" }, "prompt": { "description": "Explanation of changes or new context to apply", "type": "string" }, "research": { "description": "Use Perplexity AI for research-backed updates", "type": "boolean" }, "tag": { "description": "Tag context to operate on", "type": "string" } }, "required": [ "from", "prompt" ], "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