alltrails_get_trail_photos
Retrieve photos for an AllTrails trail using its numeric ID. Optionally return compact photo data including title, like count, user, upload date, and 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 |