Tool ReferenceOther
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/mcphttps://mcpkey.barocline.com/weather-risk/mcphttps://mcpoauth.barocline.com/mcpRead-onlyIdempotent
Parameters
| Name | Type | Required | Default |
|---|---|---|---|
map_peril | string | No | "" |
date | string | No | "" |
state | string | No | "" |
storm_id | string | No | "" |
initial_time | string | No | "latest" |
forecast_type | string | No | "track" |
ensemble | string | No | "official" |
geojson_url | string | No | "" |
geojson_label | string | No | "" |
geojson_token | string | No | "" |
geojson_inline | object | null | No | null |
layer_type | string | No | "auto" |
value_field | string | No | "" |
ramp | string | No | "" |
domain | array | null | No | null |
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": ""
}
}