Tool ReferenceStation Observations
station_available_variables
Station Data - Variables
Lists available station data variables and field packages. Free, no credits. Call before station_historical_data or station_climate_normals to discover available fields. If the user's intent is unclear or does not map to a specific package, use fields='all' in the data call to return all available variables. Returns: Field package definitions, variable descriptions, usage guidance.
https://mcp.barocline.com/mcphttps://mcpkey.barocline.com/weather-risk/mcphttps://mcpoauth.barocline.com/mcpRead-onlyIdempotent
Parameters
| Name | Type | Required | Default |
|---|---|---|---|
content_mode | string | No | "text" |
Sample input
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "station_available_variables",
"arguments": {
"content_mode": "text"
}
}
}{
"name": "station_available_variables",
"arguments": {
"content_mode": "text"
}
}