alltrails_get_trail_photos
Retrieve photos for an AllTrails trail by its numeric ID. Optionally get a compact projection with image URL.
Instructions
Get photos for an AllTrails trail by its numeric trail id. Set compact=true to return just { id, title, likeCount, user, uploadedAt, url } per photo — the url serves the actual image.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| compact | No | Return a slim projection per photo (default false) | |
| trailId | Yes | Numeric AllTrails trail id |