change_order
ActiveTool of WingmanProtocol Agent Gateway
declared in 1.5.1
Change Order Calculator — Priced change order with overhead, profit and revised contract total.
Parameters schema
{
"type": "object",
"required": [
"original_contract"
],
"properties": {
"labor_rate": {
"type": "number",
"description": "Labor rate per hour in USD"
},
"profit_pct": {
"type": "number",
"description": "Profit percent on the change"
},
"labor_hours": {
"type": "number",
"description": "Added labor hours"
},
"overhead_pct": {
"type": "number",
"description": "Overhead percent on the change"
},
"material_cost": {
"type": "number",
"description": "Added material cost in USD"
},
"original_contract": {
"type": "number",
"description": "Original contract amount in USD"
},
"schedule_impact_days": {
"type": "number",
"description": "Added days to the schedule"
}
},
"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