List Wanderlog trips
wanderlog_list_tripsList your Wanderlog trips to get the trip key required for editing or searching within a trip. Shows title, dates, and place count.
Instructions
Lists all Wanderlog trips in the authenticated user's account (owned and shared-with-you).
Returns a compact list with title, dates, place count, and trip_key. Use this tool first when the user mentions a trip by name but you don't have its trip_key yet — the key is required by wanderlog_get_trip and wanderlog_search_places.
Each line includes a [key: ...] suffix — extract that key for downstream tool calls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response_format | No | Output verbosity. 'concise' (default) gives a one-line summary per trip; 'detailed' includes key, owner, and last-edited time. | concise |