move_task_by_name
Locate a task by name and move it to a different project or section. Lists multiple matches for user selection.
Instructions
Move a task to a different project/section by searching for it by name. Uses partial name matching. If multiple tasks match, lists them for the user to choose.
Args: task_name: Name/content of the task to find and move. project_id: ID of the target project to move the task to. section_id: ID of the target section to move the task to. parent_id: ID of the parent task to move the task under.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_name | Yes | ||
| project_id | No | ||
| section_id | No | ||
| parent_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |