vt_search_attractions
List attractions in a Viator destination using the destination ID. Returns landmarks, museums, and points of interest along with their product codes.
Instructions
List attractions (landmarks, museums, points of interest) in a Viator destination, including the product codes mapped to each attraction. Use vt_list_destinations to find destination ids.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort key (default: DEFAULT) | |
| view | No | Response shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact strips image/avatar URLs from the response; "full" returns Viator's payload untouched. No field projection on this tool — every other field comes back as Viator sent it. | |
| count | No | Results per page (max 30; default 10) | |
| start | No | 1-based index of the first result | |
| campaign_value | No | Affiliate campaign tracking id — appended to the productUrl/attractionUrl/destinationUrl Viator returns | |
| destination_id | Yes | Destination id (from vt_list_destinations) |