Skip to main content
Glama

Task Master

by eyaltoledano

update_subtask

Append timestamped updates to a specific subtask in Task Master, ensuring traceability and organization. Ideal for adding progress notes or research-backed insights without altering existing content.

Instructions

Appends timestamped information to a specific subtask without replacing existing content. If you just want to update the subtask status, use set_task_status instead.

Input Schema

NameRequiredDescriptionDefault
fileNoAbsolute path to the tasks file
idYesID of the subtask to update in format "parentId.subtaskId" (e.g., "5.2"). Parent ID is the ID of the task that contains the subtask.
projectRootYesThe directory of the project. Must be an absolute path.
promptYesInformation to add to the subtask
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": "Absolute path to the tasks file", "type": "string" }, "id": { "description": "ID of the subtask to update in format \"parentId.subtaskId\" (e.g., \"5.2\"). Parent ID is the ID of the task that contains the subtask.", "type": "string" }, "projectRoot": { "description": "The directory of the project. Must be an absolute path.", "type": "string" }, "prompt": { "description": "Information to add to the subtask", "type": "string" }, "research": { "description": "Use Perplexity AI for research-backed updates", "type": "boolean" }, "tag": { "description": "Tag context to operate on", "type": "string" } }, "required": [ "id", "prompt", "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