move_task
Move tasks or subtasks to new positions within the Task Master MCP server. Specify source and destination IDs, project root, and optional tag context to reorganize tasks efficiently.
Instructions
Move a task or subtask to a new position
Input Schema
Name | Required | Description | Default |
---|---|---|---|
file | No | Custom path to tasks.json file | |
from | Yes | ID of the task/subtask to move (e.g., "5" or "5.2"). Can be comma-separated to move multiple tasks (e.g., "5,6,7") | |
projectRoot | Yes | Root directory of the project (typically derived from session) | |
tag | No | Tag context to operate on | |
to | Yes | ID of the destination (e.g., "7" or "7.3"). Must match the number of source IDs if comma-separated |