move_task
Move a task to another project as a top-level item or under a parent task. Supply exactly one target ID to reposition it without errors.
Instructions
Move a task to a different project (making it a top-level task) or make it a subtask of another task. Exactly one of projectId or parentTaskId must be provided. Throws a not-found error if any ID does not exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| projectId | No | ||
| parentTaskId | No |