insulation
ActiveTool of WingmanProtocol Agent Gateway
declared in 1.5.1
Insulation Calculator — Material quantity and cost to hit a target R-value for a given assembly and climate zone.
Parameters schema
{
"type": "object",
"required": [
"area_sqft"
],
"properties": {
"product": {
"type": "string",
"description": "Insulation product (e.g. batt, blown, spray)"
},
"assembly": {
"type": "string",
"description": "Assembly type (e.g. wall, ceiling, floor)"
},
"area_sqft": {
"type": "number",
"description": "Area to insulate in square feet"
},
"climate_zone": {
"type": "string",
"description": "IECC climate zone (e.g. 5)"
},
"price_per_sqft": {
"type": "number",
"description": "Price per square foot in USD"
},
"price_per_unit": {
"type": "number",
"description": "Price per unit/bag in USD"
},
"target_r_value": {
"type": "number",
"description": "Target R-value"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
WingmanProtocol Agent Gateway
https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway
1/7 registries