Skip to main content
Glama

API-Market MCP Server

by Noveum

best_route_for_multiple_stops

Plan efficient multi-stop routes by inputting location coordinates, avoiding tolls, highways, or ferries, and optionally optimizing stop order for minimal travel time.

Instructions

Finding optimal route to visit several locations.

Input Schema

NameRequiredDescriptionDefault
avoid_ferriesNoAvoid ferries
avoid_highwaysNoAvoid highways
avoid_tollsNoAvoid tolls
optimizeNoInstructs the API to reorder stops to find the optimized route. The route first stop and last stop order is not changed, their position is considered fixed.
stopsYesList of locations described as semicolon-delimited coordinate pairs with latitudes and longitudes. Maximum 25 pairs per request.

Input Schema (JSON Schema)

{ "properties": { "avoid_ferries": { "description": "Avoid ferries", "type": "boolean" }, "avoid_highways": { "description": "Avoid highways", "type": "boolean" }, "avoid_tolls": { "description": "Avoid tolls", "type": "boolean" }, "optimize": { "description": "Instructs the API to reorder stops to find the optimized route. The route first stop and last stop order is not changed, their position is considered fixed.", "type": "boolean" }, "stops": { "description": "List of locations described as semicolon-delimited coordinate pairs with latitudes and longitudes. Maximum 25 pairs per request.", "type": "string" } }, "required": [ "stops" ], "type": "object" }

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/Noveum/api-market-mcp-server'

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