Set the time window (direct)
set_timeOverride the current time-range filter. Latest set_time op wins during replay. Use for "filter to 2020-2024" or "show only the last 7 days" intents. Not yet consumed by the renderer — the UI drives the slider directly — but the value is captured in the ops log and queryable via get_state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| field | Yes | Feature property carrying the time value (e.g. "date", "year", "timestamp"). | |
| format | No | How rangeStart/rangeEnd encode time. Default: unix_ms at render time. | |
| map_id | Yes | ||
| rangeEnd | Yes | Inclusive upper bound of the visible window. | |
| rationale | Yes | Short audit-log label (≤300 chars) stating the user-facing goal this call serves, e.g. "add wildfire layer for the user's California query". Required on every call. Stored in the operations log so map edits stay traceable — we never see your chat history. | |
| rangeStart | Yes | Inclusive lower bound of the visible window. |