Tool ReferenceLocation Intelligence
location_elevation
Elevation
Gets elevation for one or more locations. Use geolocator first for coordinates.
https://mcp.barocline.com/mcphttps://mcpkey.barocline.com/weather-risk/mcphttps://mcpoauth.barocline.com/mcpRead-onlyIdempotent
Parameters
| Name | Type | Required | Default |
|---|---|---|---|
latitude | number | array | string | Yes | - |
longitude | number | array | string | Yes | - |
units | string | No | "both" |
debug_mode | boolean | No | false |
max_concurrent | integer | No | 10 |
content_mode | string | No | "text" |
Sample input
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "location_elevation",
"arguments": {
"latitude": 0,
"longitude": 0,
"units": "both",
"debug_mode": false,
"max_concurrent": 10,
"content_mode": "text"
}
}
}{
"name": "location_elevation",
"arguments": {
"latitude": 0,
"longitude": 0,
"units": "both",
"debug_mode": false,
"max_concurrent": 10,
"content_mode": "text"
}
}