alltrails_get_trail_photos
Fetch photos for a trail by its numeric ID, with an optional compact format that returns key details and direct image URLs. Use this to see actual trail conditions before visiting.
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 |