top_places
Find which places you spend the most time in, with addresses and stop counts, ranked by total hours.
Instructions
The places they spend time in, most time first: address, city, what the source calls the place, how many stops and how many hours. Use for 'where do I actually spend my time' or to find an address.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | Filter to one city, by name. | |
| limit | No | How many places. Default 20. | |
| 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. | |
| search | No | Match the label, address or city, case-insensitive. | |
| country | No | Filter to one country, name or ISO code. |