Log Travel
log_travelRecord a trip or residence in your life-in-days history, with optional calendar event. Use for travel entries that should appear on maps and timelines.
Instructions
MUTATES trips (+ optional calendar travel event). Prefer this over free-text log_event for map/history. Required: city + start_date. Optional: country, end_date, kind (trip|residence|soft_pin), confidence (confirmed|likely|possible), evidence, title, mirror_event. Soft pins default to status=possible and stay off cities/map until confidence=confirmed. Zelle/Venmo money belongs in log_transaction — not here. ($0.10; API key required)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | Yes | ||
| date | No | Alias for start_date | |
| kind | No | ||
| title | No | ||
| country | No | ||
| end_date | No | ||
| evidence | No | Source note (Gmail id, address, etc.) | |
| confidence | No | ||
| request_id | No | Client idempotency key (retries return original result). | |
| start_date | No | YYYY-MM-DD | |
| mirror_event | No | Also insert category=travel calendar event (default true) | |
| idempotency_key | No | Alias for request_id. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | ||
| note | No | ||
| trip | No | ||
| message | No | ||
| event_id | No | ||
| confidence | No |