get_location_details_tool
Retrieve essential details about a TripAdvisor location by ID to streamline vacation planning, including attractions, restaurants, and hotels.
Instructions
Get essential details about a location by ID for trip planning
Args:
location_id: TripAdvisor location ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
location_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"location_id": {
"title": "Location Id",
"type": "integer"
}
},
"required": [
"location_id"
],
"title": "get_location_details_toolArguments",
"type": "object"
}