BaroclineBarocline

load_map_geojson

Load Map GeoJSON

Resolve one weather map's GeoJSON layers server-side and return them to the app UI only. App-initiated companion to `interactive_map_app`: the open call returns params + a geometry-free summary (model-visible); this call delivers the full FeatureCollection geometry to the iframe over the tool bridge so it never enters the model's context. Accepts the same params as `interactive_map_app`.
https://mcp.barocline.com/mcp
https://mcpkey.barocline.com/weather-risk/mcp
https://mcpoauth.barocline.com/mcp
Read-onlyIdempotent

Parameters

NameTypeRequiredDefault
map_perilstringNo""
datestringNo""
statestringNo""
storm_idstringNo""
initial_timestringNo"latest"
forecast_typestringNo"track"
ensemblestringNo"official"
geojson_urlstringNo""
geojson_labelstringNo""
geojson_tokenstringNo""
geojson_inlineobject | nullNonull
layer_typestringNo"auto"
value_fieldstringNo""
rampstringNo""
domainarray | nullNonull

Sample input

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "load_map_geojson",
    "arguments": {
      "map_peril": "",
      "date": "",
      "state": "",
      "storm_id": "",
      "initial_time": "latest",
      "forecast_type": "track",
      "ensemble": "official",
      "geojson_url": "",
      "geojson_label": "",
      "geojson_token": "",
      "layer_type": "auto",
      "value_field": "",
      "ramp": ""
    }
  }
}
{
  "name": "load_map_geojson",
  "arguments": {
    "map_peril": "",
    "date": "",
    "state": "",
    "storm_id": "",
    "initial_time": "latest",
    "forecast_type": "track",
    "ensemble": "official",
    "geojson_url": "",
    "geojson_label": "",
    "geojson_token": "",
    "layer_type": "auto",
    "value_field": "",
    "ramp": ""
  }
}