move_task
Move a task to a different list using task name or ID, with automatic list lookup by name.
Instructions
Move a task to a different list. Supports direct name-based lookup for lists and tasks - no need to know IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | No | ID of the task to move (optional if using taskName instead) | |
| taskName | No | Name of the task to move - will automatically find the task by name (optional if using taskId instead) | |
| sourceListName | No | Optional: Name of the list to narrow down task search | |
| listId | No | ID of the destination list (optional if using listName instead) | |
| listName | No | Name of the destination list - will automatically find the list by name (optional if using listId instead) |