Skip to main content
Glama

Travel Planner MCP Server

get_transport_options

Fetch transportation options between origin and destination for a specified travel date. Supports travel planning by providing route details via the Travel Planner MCP Server.

Instructions

Retrieves available transportation options between two points

Input Schema

NameRequiredDescriptionDefault
dateYesTravel date (YYYY-MM-DD)
destinationYesDestination point
originYesStarting point

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "date": { "description": "Travel date (YYYY-MM-DD)", "type": "string" }, "destination": { "description": "Destination point", "type": "string" }, "origin": { "description": "Starting point", "type": "string" } }, "required": [ "origin", "destination", "date" ], "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