best_route_bw_start_and_stop
Calculate the optimal route between a start and end point, including optional waypoints and avoidance of tolls, highways, or ferries using the API-Market MCP Server.
Instructions
Finding optimal route from a origin to a destination, passing through multiple waypoints(optional).
Input Schema
Name | Required | Description | Default |
---|---|---|---|
avoid_ferries | No | Avoid ferries | |
avoid_highways | No | Avoid highways | |
avoid_tolls | No | Avoid tolls | |
destination | Yes | The location to which you wish to calculate directions. | |
origin | Yes | The location from which you wish to calculate directions. | |
start_time | No | Time when travel is expected to start. You can specify the time as an integer in seconds since midnight, January 1, 1970 UTC or you can use 'now' to specify the current time. | |
waypoints | No | An array of intermediate locations to include along the route between the origin and destination points as pass through locations. Maximum: 23 per request. |