Tool ReferenceOther
add_spc_layer
Add SPC Reports Layer
Fetch SPC ground-truth storm reports for one date + peril and return a map layer dict ready to render. Called on-demand from the interactive_map_app iframe when the user toggles 'Add SPC reports'.
https://mcp.barocline.com/mcphttps://mcpkey.barocline.com/weather-risk/mcphttps://mcpoauth.barocline.com/mcpRead-onlyIdempotent
Parameters
| Name | Type | Required | Default |
|---|---|---|---|
date | string | Yes | - |
peril | string | Yes | - |
state_filter | string | No | "" |
Sample input
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "add_spc_layer",
"arguments": {
"date": "value",
"peril": "value",
"state_filter": ""
}
}
}{
"name": "add_spc_layer",
"arguments": {
"date": "value",
"peril": "value",
"state_filter": ""
}
}