bid_estimator
ActiveTool of WingmanProtocol Agent Gateway
Contractor Bid Estimator — Build a client job bid from cost components: labor hours x rate + materials + equipment + subs, then overhead, contingency and margin into an itemized bid price.
Parameters schema
{
"type": "object",
"properties": {
"labor_rate": {
"type": "number",
"description": "Labor rate per hour"
},
"margin_pct": {
"type": "number",
"description": "Profit margin as a percent of the final bid price (default 15)"
},
"labor_hours": {
"type": "number",
"description": "Labor hours"
},
"overhead_pct": {
"type": "number",
"description": "Overhead percent of direct cost (default 10)"
},
"material_cost": {
"type": "number",
"description": "Total material cost"
},
"equipment_cost": {
"type": "number",
"description": "Equipment cost"
},
"contingency_pct": {
"type": "number",
"description": "Contingency percent of direct+overhead (default 0)"
},
"subcontractor_cost": {
"type": "number",
"description": "Subcontractor cost"
}
},
"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