move_task
Move an existing task to any project, parent, or inbox. Provide the task ID or name and the destination to organize your tasks effectively.
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) |