Tool ReferenceStation Observations
station_search
Station Search
Search for weather stations by text, coordinates, or region. Use geolocator first for coordinate searches.
https://mcp.barocline.com/mcphttps://mcpkey.barocline.com/weather-risk/mcphttps://mcpoauth.barocline.com/mcpRead-onlyIdempotent
Parameters
| Name | Type | Required | Default |
|---|---|---|---|
query | string | null | No | null |
latitude | number | null | No | null |
longitude | number | null | No | null |
radius_km | number | No | 50 |
region | string | null | No | null |
min_data_quality | integer | No | 70 |
limit | integer | No | 10 |
content_mode | string | No | "text" |
Sample input
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "station_search",
"arguments": {
"radius_km": 50,
"min_data_quality": 70,
"limit": 10,
"content_mode": "text"
}
}
}{
"name": "station_search",
"arguments": {
"radius_km": 50,
"min_data_quality": 70,
"limit": 10,
"content_mode": "text"
}
}