Travel Planner MCP Server

by GongRzhe
Verified

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

ID: y3u6yjiiq1