complete_task_by_name
Complete a task by searching for its name using partial matching. If multiple tasks match, it lists them for selection.
Instructions
Complete 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 complete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |