name: find_task_by_title description: Searches for tasks by name when ID is unknown triggers: (internal helper – triggered automatically when ID missing)
Internal helper tool: search tasks by title.
Parameters:
- title (string, required)
Rules & behavior:
- Case-insensitive partial match
- Return list of matching tasks with IDs
- If multiple → agent will ask user which one
- If none → agent replies "No matching task found"