search_task_by_name
Find tasks by searching their titles with partial or fuzzy matching. Uses case-insensitive search to locate tasks containing the query.
Instructions
Search for tasks by name using partial/fuzzy matching. Returns all tasks whose title contains the search query.
Args: query: Search keyword to match against task titles (case-insensitive).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |