get_contact_timeline
Combine a contact's entries, tasks, and notes into a single chronological feed. Filter by date range and item type to get the most relevant updates.
Instructions
Get a unified, chronological feed of ALL items related to a contact — entries, tasks, and notes — sorted by date (most recent first). Much more efficient than fetching entries, tasks, and notes separately.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Contact UUID | |
| to | No | End date filter (YYYY-MM-DD) | |
| from | No | Start date filter (YYYY-MM-DD) | |
| type | No | Filter by item type (default: all) | |
| limit | No | Max results (default 20) | |
| offset | No | Pagination offset |