Move task
move_taskRelocate tasks to another project, parent task, or inbox to keep your work organized. Specify the task by name/ID and choose the new destination.
Instructions
Move an existing task to a project, parent task, or inbox
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | The ID of the task to move | |
| name | No | The name of the task to move (fallback if ID not provided) | |
| targetInbox | No | Move task to inbox | |
| targetProjectId | No | Destination project ID | |
| targetProjectName | No | Destination project name (errors on duplicate names) | |
| targetParentTaskId | No | Destination parent task ID | |
| targetParentTaskName | No | Destination parent task name (errors on duplicate names) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| meta | No | ||
| tool | Yes | ||
| success | Yes |