Skip to main content
Glama
mzorz

bikerouter-mcp

by mzorz

Plan a bike route

plan_route

Plan cycling routes between waypoints using BRouter, returning distance, climb, time, surface breakdown, turn instructions, and a shareable link. Optionally export as GPX, GeoJSON, or KML.

Instructions

Plans a cycling route through the given waypoints with BRouter and returns distance, climb, estimated riding time, surface and way-type breakdown, turn instructions and a shareable bikerouter.de link. Waypoints may be coordinates or place names. Optionally saves the track as GPX/GeoJSON/KML.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
profileNoRouting profile (default "trekking"). See list_profiles.
save_toNoFile path to write the track to
waypointsYesStart, optional via points, and destination, in order
track_nameNoTrack name used inside the exported file
avoid_areasNoCircular areas the route should avoid
save_formatNoFormat for save_to (default gpx)
straight_fromNoWaypoint indexes (0-based) whose following leg should be a straight beeline instead of routed
include_geojsonNoAlso return the raw GeoJSON track (large; off by default)
profile_optionsNoProfile parameter overrides sent as profile:NAME=VALUE, e.g. {"avoid_unsafe": true, "maxSpeed": 25}. Use get_profile_options to discover what a profile supports.
alternative_indexNo0 = best route (default); 1-3 request alternative routes
turn_instructionsNoInclude turn-by-turn instructions (default true)
max_turn_instructionsNoCap on listed turns (default 40)
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the full burden and does well: it discloses the return payload (distance, climb, time, surfaces, turn instructions, shareable link), optional file saving, coordinate/place-name waypoints, and the large-GeoJSON caveat. It does not mention failure modes, rate limits, or network dependency, but the core behavioral surface is well covered.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three sentences cover the core action, output payload, waypoint flexibility, and optional saving behavior with no filler. Important details are front-loaded in the first sentence, and the later sentences add only necessary nuance.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given a complex schema with 12 parameters and no output schema, the description effectively summarizes what the tool returns and the key modes of use. It names most salient behaviors but leaves some output structure details (e.g., exact JSON shape, units) implicit; still, the description is sufficient for an agent to understand what the tool does and when it is appropriate.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the schema already documents all 12 parameters and their meanings. The description adds a helpful high-level characterization of waypoints (coordinates or place names) and optional GPX/GeoJSON/KML export, but this overlaps with existing parameter descriptions rather than substantially extending them.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description names a specific verb ('Plans a cycling route'), a specific engine (BRouter), and a detailed list of outputs, which makes the tool's purpose unmistakable. It clearly differentiates from its siblings (profile comparison, geocoding, profile listing/options) without needing to mention them.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies the tool is for routing through waypoints and references list_profiles/get_profile_options for related configuration, but it never explicitly states when to use plan_route versus an alternative or when not to use it. The context is clear enough from the purpose, but no direct usage-selection guidance is provided.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/mzorz/bikerouter-mcp'

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