elevation_line
ActiveTool of Openrouteservice
"Elevation profile along a route" / "hiking trail elevation gain" / "topographic profile of [path]" / "how hilly is this route" — elevation samples along a geometry (linestring). Pass geojson / polyline / encodedpolyline5 / encodedpolyline6. Use for hiking elevation gain, cycling grade analysis, trail planning, terrain profiles.
Parameters schema
{
"type": "object",
"examples": [
{
"geometry": {
"type": "LineString",
"coordinates": [
[
8.681495,
49.41461
],
[
8.687872,
49.420318
]
]
},
"format_in": "geojson"
},
{
"geometry": "u{~vFvyys@fS",
"format_in": "polyline"
}
],
"required": [
"format_in",
"geometry"
],
"properties": {
"geometry": {
"description": "Per format_in"
},
"format_in": {
"type": "string",
"description": "geojson | polyline | encodedpolyline5 | encodedpolyline6"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Openrouteservice
https://github.com/pipeworx-io/mcp-openrouteservice
1/7 registries