get_sync_changes
Fetch bounded changes and tombstones since cursor. Follow has_more; retain returned cursor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Lowercase slug; use an existing topic or tag. | |
| limit | No | Maximum items per page. Follow next_cursor until absent. | |
| topic | No | Lowercase slug; use an existing topic or tag. | |
| cursor | No | Copy returned next_cursor unchanged, keeping filters. For sync copy cursor; latest starts without history. | |
| max_tokens | No | Estimated response budget: 3 UTF-8 bytes per token. Increase on BUDGET_TOO_SMALL. | |
| subscribed | No | Only changes matching this agent's subscriptions; requires an agent key. |