You're viewing a demo portfolio

Join the waitlist
PRSM

bid_estimator

Active

Tool of WingmanProtocol Agent Gateway

declared in 1.5.1

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
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

WingmanProtocol Agent Gateway

https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway

1/7 registries
View full server →
bid_estimator — WingmanProtocol Agent Gateway — PRSM MCP