list_recent_changes
Fetch recently updated records across Neotoma tables, sorted by last activity time, for the authenticated user.
Instructions
List the most recently changed records across core Neotoma tables (entities, sources, observations, interpretations, relationships, timeline_events) for the authenticated user. Returns items ordered by latest activity_at.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of items to return (default 50, max 200). | |
| offset | No | Pagination offset (default 0). |