cities_visited
Retrieve cities visited during a specified period, including stay durations, visit counts, and specific days, to answer questions about past travel locations.
Instructions
Cities over a period, with time in each, how many separate times they were there, and which days. Use for 'which cities did I go to last spring'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| since | No | Start, YYYY-MM-DD or an ISO timestamp. | |
| until | No | End, exclusive. YYYY-MM-DD or ISO timestamp. | |
| period | No | Window to look at: today, yesterday, this_week, last_week, this_month, last_month, this_year, last_N_days, or all. Boundaries are local to where the user is, not UTC. Ignored when since/until are given. | |
| country | No | Filter to one country, name or ISO code. |