Get Labor Rate Benchmark
get_labor_rate_benchmarkGet awarded should-cost labor rate benchmarks from GSA CALC. Filter by labor category, education, experience, vendor, and security to support proposal pricing and negotiation.
Instructions
Get the awarded labor-rate (should-cost) benchmark for a labor category, from GSA CALC, the labor-cost input for a proposal, paired with get_price_benchmark's contract-value read.
Bid & Proposal / Negotiate tool, Pro only.
- labor_category: required, e.g. "Senior Software Engineer"
- match: contains (default, substring) | exact
- education_level: HS | AA | BA | MA | PHD | OTHER
- min_experience / max_experience: years, 0-60
- naics: 6-digit, via the SIN bridge
- vendor: substring match, use for a competitor's or your own rate-card lookup
- worksite: Customer | Contractor | Virtual
- business_size: S (small business) | O (other than small)
- security_clearance: Yes | No
- value_basis: current (default) | next_year | second_year, the escalated out-year
rate directly, a distinct enum from get_price_benchmark's current/potential/obligated
- sample_limit: how many comparable rates to return, max 25
Use `vendor` with a specific company name (e.g. from search_companies) to check a
known competitor's or teammate's actual awarded rate card.
Response includes `rate_distribution` (hourly percentiles p10-p90 + min/max/avg),
`escalation` (median year-over-year ceiling-rate growth for next_year and
second_year, the real input for pricing an out-year, not a guessed 2-3% flat
escalator), `category_breakdown`, and `rates_sample` (individual comparable rate rows).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| match | No | contains | |
| naics | No | ||
| vendor | No | ||
| worksite | No | ||
| value_basis | No | current | |
| sample_limit | No | ||
| business_size | No | ||
| labor_category | Yes | ||
| max_experience | No | ||
| min_experience | No | ||
| education_level | No | ||
| security_clearance | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |