Skip to main content
Glama
govconapi

io.github.govconapi/govconapi

Official

Get Wage Rate Summary

get_wage_rate_summary
Read-onlyIdempotent

Retrieve the aggregated labor-cost floor for an occupation: base hourly percentiles plus Health & Welfare fringe, across wage determinations, to price loaded labor for SCA contract bids.

Instructions

Get the labor-cost FLOOR for one occupation, aggregated across wage determinations: base hourly percentiles + Health & Welfare fringe + how many WDs set it, what a services bidder needs to price loaded labor, which on an SCA contract drives the bid far more than the award value.

Bid & Proposal / Negotiate tool, the DISTRIBUTION view, distinct from get_wage_rates (individual county rate lines). Pair with get_labor_rate_benchmark for the awarded (as-bid) rate comparison, this tool gives the regulatory floor instead.

  • occupation_code: SCA 5-digit code, e.g. "11150" (Janitor), "27101" (Guard), the precise key, prefer this when known

  • classification: name substring, e.g. "Guard", used when no occupation_code is given

  • type: SCA (default) | DBA (CBAs have no rate table)

  • state: 2-letter, scope to WDs covering that state

Response includes distinct_classifications (COUNT DISTINCT of matched titles), a broad classification substring can blend several distinct, differently-paid titles into one distribution (e.g. "Computer" spans 10 titles from $10-$53/hr); this discloses whether the returned label is one occupation or a blend. Prefer occupation_code over classification whenever the pay spread matters.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNoSCA
stateNo
classificationNo
occupation_codeNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A5/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Despite annotations already indicating readOnly, openWorld, idempotent, and non-destructive behavior, the description adds valuable behavioral detail: the response includes distinct_classifications, a broad classification substring can blend multiple differently-paid titles, and DBA CBAs have no rate table. This goes beyond the structured metadata and helps agents interpret results correctly.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is densely informative and well-structured with clear paragraphs and bullet-like parameter explanations. Though longer than minimal, every sentence adds functional value—no filler—and key directives like preferring occupation_code are front-loaded and reinforce the main caveat.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the complexity, zero schema parameter documentation, and the presence of an output schema, this description is fully sufficient. It covers what the tool does, when to use it, how parameters map to behavior, what distinguishes it from siblings, and an important data interpretation gotcha.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description carries the full burden. It thoroughly explains every parameter: occupation_code as a 5-digit SCA code with examples and precedence, classification as a name substring fallback, type as SCA vs DBA with the CBA caveat, and state as a 2-letter filter. It also explains the distinct_classifications output behavior.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool returns the labor-cost FLOOR for one occupation, aggregated across wage determinations, and details components (base hourly percentiles, H&W fringe, WD count). It distinguishes itself from get_wage_rates as the DISTRIBUTION view versus individual county rate lines, making sibling differentiation explicit.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It provides explicit usage context: Bid & Proposal / Negotiate tool, the DISTRIBUTION view, distinct from get_wage_rates for individual rates, and paired with get_labor_rate_benchmark for awarded as-bid comparison. It also advises preferring occupation_code over classification when pay spread matters, giving concrete selection guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/govconapi/govconapi-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server