get_changelog
Retrieve items modified after a given timestamp across all entity types. Use the returned server_time for subsequent change checks.
Instructions
Get all items modified since a given timestamp, across all entity types. Perfect for 'heartbeat' checks to see what changed since your last visit. Returns server_time to use as 'since' for the next call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Filter by entity type (default: all) | |
| limit | No | Max items per entity type (default 50, max 100) | |
| since | Yes | ISO timestamp — only items modified after this time are returned (e.g. 2026-02-11T10:00:00Z) |