board_feet
ActiveTool of WingmanProtocol Agent Gateway
declared in 1.5.1
Board Feet Calculator — Board-feet per piece and total, weight and lumber cost from dimensions and quantity.
Parameters schema
{
"type": "object",
"required": [
"thickness_in",
"width_in",
"length_ft"
],
"properties": {
"species": {
"type": "string",
"description": "Wood species (for weight)"
},
"quantity": {
"type": "integer",
"description": "Number of boards (default 1)"
},
"width_in": {
"type": "number",
"description": "Width in inches"
},
"length_ft": {
"type": "number",
"description": "Length in feet"
},
"target_bf": {
"type": "number",
"description": "Optional: solve quantity for a target board-feet"
},
"price_per_bf": {
"type": "number",
"description": "Price per board-foot in USD"
},
"thickness_in": {
"type": "number",
"description": "Thickness in inches"
}
},
"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