alltrails_get_list_items
Fetch trail entries from an AllTrails list by numeric list ID, returning trail IDs with curator order and notes. Use compact mode for slim sorted items when you only need references.
Instructions
Get the trails saved in an AllTrails list by its numeric list id (from alltrails_list_user_lists, or a public "list" record from alltrails_search). Items are sparse references: each carries a trailId (hydrate with alltrails_get_trail), the curator's order, and any notes — not trail details. Set compact=true for slim { trailId, type, order, notes, addedAt } entries sorted by order.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| listId | Yes | Numeric AllTrails list id | |
| compact | No | Return slim per-item entries sorted by order (default false) |