list_tasks_by_category
Lists all tasks containing a specified category across every list in Microsoft To Do, using an OData filter.
Instructions
List ALL tasks containing a given category, across every list. OData filter: categories/any(c: c eq '...').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | Yes | ||
| top_per_list | No | ||
| include_completed | No | ||
| verbose | No | If true: returns full JSON. Otherwise: compact text format (default, saves tokens). |