Skip to main content
Glama
hhw67865

TripAdvisor Vacation Planner MCP Server

by hhw67865

plan_vacation

Plan your trip by initiating a structured vacation planning process with TripAdvisor data for locations, attractions, restaurants, and hotels.

Instructions

Initiates the vacation planning process using the structured prompt. This should be used whenever a user wants to plan a trip or vacation. Returns: A message confirming the vacation planning process has started

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The main handler function for the 'plan_vacation' tool. Decorated with @mcp.tool() which registers the tool with the name derived from the function name. The function returns a JSON message to initiate the vacation planning process using a structured prompt.
    @mcp.tool() async def plan_vacation() -> str: """ Initiates the vacation planning process using the structured prompt. This should be used whenever a user wants to plan a trip or vacation. Returns: A message confirming the vacation planning process has started """ # This tool doesn't need to return data, just trigger the prompt return json.dumps({ "message": "Vacation planning process initiated. Please follow the structured prompt to create a personalized itinerary." })

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/hhw67865/tripadvisor-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server