Skip to main content
Glama

Travel Planner MCP Server

create_itinerary

Generate a tailored travel itinerary using start/end dates, origin, destination, budget, and preferences. Plan trips with ease by integrating data from Google Maps and travel services.

Instructions

Creates a personalized travel itinerary based on user preferences

Input Schema

NameRequiredDescriptionDefault
budgetNoBudget in USD
destinationYesDestination location
endDateYesEnd date (YYYY-MM-DD)
originYesStarting location
preferencesNoTravel preferences
startDateYesStart date (YYYY-MM-DD)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "budget": { "description": "Budget in USD", "type": "number" }, "destination": { "description": "Destination location", "type": "string" }, "endDate": { "description": "End date (YYYY-MM-DD)", "type": "string" }, "origin": { "description": "Starting location", "type": "string" }, "preferences": { "description": "Travel preferences", "items": { "type": "string" }, "type": "array" }, "startDate": { "description": "Start date (YYYY-MM-DD)", "type": "string" } }, "required": [ "origin", "destination", "startDate", "endDate" ], "type": "object" }

You must be authenticated.

Other Tools from Travel Planner MCP Server

Related Tools

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/GongRzhe/TRAVEL-PLANNER-MCP-Server'

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