Skip to main content
Glama

Travel Planner MCP Server

optimize_itinerary

Refine an existing travel itinerary by adjusting plans based on specified criteria such as time, cost, or other preferences for optimized travel planning.

Instructions

Optimizes an existing itinerary based on specified criteria

Input Schema

NameRequiredDescriptionDefault
itineraryIdYesID of the itinerary to optimize
optimizationCriteriaYesCriteria for optimization (time, cost, etc.)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "itineraryId": { "description": "ID of the itinerary to optimize", "type": "string" }, "optimizationCriteria": { "description": "Criteria for optimization (time, cost, etc.)", "items": { "type": "string" }, "type": "array" } }, "required": [ "itineraryId", "optimizationCriteria" ], "type": "object" }
Install Server

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