Task Search
task_searchSearch Outlook tasks using filters for due dates, status, and subject. Retrieve matching tasks from the default Tasks folder with a configurable limit.
Instructions
Search the default Outlook Tasks folder. All filters are
optional; a filterless call returns every task in the folder (up
to the effective limit). limit bounds the number of rows
returned (optional, default 50, hard max 200 — over-max is
clamped, not rejected; <= 0 is rejected).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dueTo | No | ||
| limit | No | ||
| status | No | ||
| dueFrom | No | ||
| subject | No | ||
| includeNoDueDate | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| results | Yes | ||
| results_truncated | No |