what_changed_since
THE FIRST CALL WHEN RESUMING. Returns every change to the things you watch since your last acknowledged cursor position, ordered and deduplicated. Call this before continuing any plan you formed in an earlier run: the world may have moved while you were paused. Each result is a structured diff (from → to): a canonical change block and the same evidence and assessment context for every connection. No relevance filter is applied here; a threshold only decides whether a change is worth sending over a webhook. After processing the full response, call acknowledge_changes with its cursor. If the response is lost, the unacknowledged page is returned again.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max changes to return (default 50, max 200). | |
| since | No | Cursor position from a previous call. Omit to resume from your acknowledged position. |