Skip to main content
Glama
onvaou-app

onvaou-itineraires-mcp

Official

Compute a bike, scooter, motorcycle, wheelchair or walking route (Europe)

compute_route
Read-only

Plan trips by bike, e-bike, scooter, motorcycle, wheelchair, or on foot across Europe. Compare safe, balanced, and fast variants with safety indicators, climb, and turn-by-turn directions.

Instructions

Computes up to three routes (safe, balanced, fast) between two points in Europe for a bike, e-bike, kick scooter, motorcycle, wheelchair or on foot, with the share of cycle lanes, unpaved surfaces, main roads and motorways, the climb, and turn-by-turn steps. Use it to plan a safe cycling commute, compare a safe and a fast option, check wheelchair accessibility of a trip, or plan a motorcycle trip avoiding tolls or motorways. Coordinates are longitude/latitude: geocode addresses first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNobike, ebike, scooter (kick scooter), moto (motorcycle), wheelchair, footbike
avoidNoferries, steps; tolls and highways (moto); unpaved and steep (wheelchair)
originYesStart point
languageNoLanguage of the turn-by-turn instructionsen
variantsNoWhich variants to return (default: all three)
waypointsNoUp to 8 intermediate stops, in order
destinationYesEnd point
include_stepsNoInclude turn-by-turn instructions
include_geometryNoInclude the encoded polyline (Google algorithm, precision 5)
include_elevation_profileNoInclude the elevation profile (up to 100 points)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true, so no safety contradiction exists. The description adds behavioral value beyond annotations by explaining that the tool returns multiple route variants, surface/road composition statistics, and elevation/climb data, and by warning that coordinates are longitude/latitude and addresses must be geocoded first.

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

Conciseness4/5

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

The description is composed of three information-dense sentences: capability, use cases, and input requirement. Every sentence contributes utility, and the most important scoping information (what the tool computes) is front-loaded. It is slightly dense but not bloated.

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?

For a tool with 10 parameters, nested origin/destination objects, and no output schema, the description covers the essential behavioral contract: route variants, supported modes, route attributes, and coordinate format. Less obvious parameters like waypoints, include_steps, and include_geometry are fully documented in the schema, so nothing critical is missing from the overall tool definition.

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 description coverage is 100%, with each parameter already including a meaningful description and enums where applicable, so the description does not need to compensate. It does add a small amount of contextual meaning—such as that toll/highway avoidance applies to motorcycle trips and coordinates need geocoding—but the schema carries the main parameter-semantics weight.

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 states a specific verb ('Computes') and a precise resource: up to three route variants between two points in Europe, across six modes, with concrete route attributes such as cycle lanes, unpaved surfaces, climb, and turn-by-turn steps. This makes the tool's purpose unmistakable even without comparing it to siblings.

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

Usage Guidelines4/5

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

The 'Use it to' sentence provides explicit scenarios: planning a safe cycling commute, comparing safe vs fast options, checking wheelchair accessibility, and planning motorcycle trips avoiding tolls or motorways. There are no sibling tools to contrast with, but the use cases give clear context for when to invoke this tool.

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

Deploy Server

Other Tools