delete_task_by_name
Delete a task by entering its name; uses partial matching and prompts you to select if multiple tasks are found.
Instructions
Delete a task 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 delete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |