query_commitments
Retrieve commitments filtered by status, due date, or owner to identify items due for polling or nudging.
Instructions
Returns commitments matching a filter — used by the scheduler to find items due for a poll or nudge check. With no filters, returns every commitment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Only return commitments in these states | |
| due_before | No | YYYY-MM-DD — only commitments due on or before this date | |
| owner_email | No | Only commitments owned by this person |