Log a lounge visit
mark_lounge_visitedLog a lounge visit (check in). Identify the lounge by its slug OR by lounge_name + airport_iata. Optionally add a 1-5 rating and notes. Idempotent: logging the same lounge on the same date updates the existing visit's rating/notes instead of creating a duplicate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | Optional notes about your visit | |
| rating | No | Your rating, 1 (poor) to 5 (excellent) | |
| visited_at | Yes | Date of visit (YYYY-MM-DD) | |
| lounge_name | No | Lounge name — use with airport_iata if you don't have the slug. | |
| lounge_slug | No | Lounge slug (from search results). Preferred if known. | |
| airport_iata | No | 3-letter airport IATA code — use with lounge_name. |