search_organization_events_by_date
Find organization events within a specific UTC date range, using a cached index with automatic sync for current data.
Instructions
Search organization events within an exact UTC date range (e.g. 2025-01-01T00:00:00Z to 2026-12-31T23:59:59Z). Uses local SQLite index with automatic delta sync if cache is older than auto_sync_if_stale_minutes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | ||
| limit | No | ||
| query | No | ||
| offset | No | ||
| status | No | ||
| end_date_utc | Yes | ||
| start_date_utc | Yes | ||
| organization_id | Yes | ||
| auto_sync_if_stale_minutes | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |