duplicate_task
Duplicate a task to any list using task or list names. Automatically finds the task and destination list by name, without needing IDs.
Instructions
Duplicate a task to a list. Supports direct name-based lookup for lists - no need to know the list ID. If the destination list doesn't exist, you can create it using create_list or create_list_in_folder.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | No | ID of the task to duplicate (optional if using taskName instead) | |
| taskName | No | Name of the task to duplicate - 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 list to create the duplicate in (optional if using listName instead) | |
| listName | No | Name of the list to create the duplicate in - will automatically find the list by name (optional if using listId instead) |