Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TRIPADVISOR_API_KEY | Yes | Your Tripadvisor Content API key from the Tripadvisor Developer Portal |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_locations | Search for locations (hotels, restaurants, attractions) on Tripadvisor |
| search_nearby_locations | Search for locations near a specific latitude/longitude |
| get_location_details | Get detailed information about a specific location |
| get_location_reviews | Get reviews for a specific location |
| get_location_photos | Get photos for a specific location |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |