Sync a copy of the directory
onchain_agent_get_changesWhat changed in the Onchain Agent directory since a given date — additions, per-resource change events, and retirements. Use this to keep a local copy in sync instead of re-fetching the whole catalog.
Returns (json): { since, until, window_days, counts:{added,changed,removed}, added:[...], changed:[{slug,name,url,events:[...]}], removed:[...], coverage:{...}, full_export }.
COVERAGE (also stated in the response): added is exact. changed only reflects recorded events — score movements, status and verification changes, releases, star milestones, enrichment — so a quiet copy edit will not appear. removed is approximate. Treat this as change notification, not a complete replication log, and re-pull the full export periodically. Read-only.
Examples:
"what's new this week" -> { since: "2026-08-23" }
"sync my copy" -> { since: }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| since | No | Return everything that changed since this ISO date. Defaults to 14 days ago. Clamped to the 90-day supported window. |