Skip to content
K

mm_update_task

[DEPRECATED — use mm_update with entity=task] Update a task’s status in implementation.md. Moves the task to the appropriate section.

  • Category: Entity Creation
  • Source: Built-in
  • Required parameters: 4
  • Total parameters: 4
ParameterTypeRequiredDescription
project_pathstringYesAbsolute path to the project root
spec_pathstringYesSpec folder name or full path
task_titlestringYesTitle of the task to update
new_statusstring (enum: completed, in_progress, blocked, backlog)YesNew status for the task
{
"tool": "mm_update_task",
"arguments": {
"project_path": "/Users/you/projects/my-app",
"spec_path": "2026-01-15-my-feature",
"task_title": "My Example",
"new_status": "completed"
}
}
  • mm_create_feature - [DEPRECATED — use mm_create with entity=feature] Create a new feature to grou…
  • mm_create_spec - [DEPRECATED — use mm_create with entity=spec] Create a new spec with proper s…
  • mm_add_task - [DEPRECATED — use mm_create with entity=task] Add a task to a spec’s implemen…
  • mm_link_spec - [DEPRECATED — use mm_link with entity=spec] Link an existing spec to a featur…
  • mm_create_issue - [DEPRECATED — use mm_create with entity=issue] Create a new issue for trackin…