BaroclineBarocline
Tool ReferenceForecast & Gridded

gridded_15km_available_variables

Gridded Data - Variables

Lists variables available in Athenium's ERA5 global gridded 15 kilometer resolution atmospheric dataset.
Free, no credits.

Call before gridded_history_15km to verify available fields, intervals, and field packages before
making a data query. Use this tool to understand what variables, time intervals, and field package
options are supported — it is the prerequisite step for correctly constructing a gridded_history_15km call.
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: Full variable list, field package definitions, supported intervals, and usage guidance.
https://mcp.barocline.com/mcp
https://mcpkey.barocline.com/weather-risk/mcp
https://mcpoauth.barocline.com/mcp
Read-onlyIdempotent

Parameters

NameTypeRequiredDefault
content_modestringNo"text"

Sample input

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "gridded_15km_available_variables",
    "arguments": {
      "content_mode": "text"
    }
  }
}
{
  "name": "gridded_15km_available_variables",
  "arguments": {
    "content_mode": "text"
  }
}