move_task
Relocate tasks between lists in Remember The Milk to organize workflows and manage priorities effectively.
Instructions
Move a task to a different list.
Args: to_list_name: Destination list name task_name: Task name to search for task_id: Specific task ID taskseries_id: Task series ID list_id: Current list ID (from_list_id)
Returns: Updated task details
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to_list_name | Yes | ||
| task_name | No | ||
| task_id | No | ||
| taskseries_id | No | ||
| list_id | No |