Skip to main content
Glama
govconapi

io.github.govconapi/govconapi

Official

Get Wage Rates

get_wage_rates
Read-onlyIdempotent

Look up prevailing hourly wage rates for trades and occupations across federal wage determinations, with base pay and fringe benefits, to support bid pricing and contract negotiation.

Instructions

Query prevailing-wage rates ACROSS wage determinations, by occupation, "what does a given trade actually pay," distinct from search_wage_determinations / get_wds_by_location which answer "which WDs apply."

Bid & Proposal / Negotiate tool. Each row is one classification's hourly base wage
plus fringe, tied to the WD it came from. For the aggregated distribution/floor
across many WDs at once, use get_wage_rate_summary instead of paging through this.

- classification: trade/occupation name substring, e.g. "Electrician"
- type: DBA | SCA (CBAs have no rate table)
- occupation_code: SCA 5-digit code, e.g. "23210"
- wd_number: exact
- state: 2-letter, via the WD's jurisdictions
- sort_by: base_rate | classification | wd_number
- limit: max 100

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNo
limitNo
stateNo
offsetNo
sort_byNo
wd_numberNo
sort_orderNo
active_onlyNo
classificationNo
occupation_codeNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

Even though annotations already mark this as read-only, idempotent, and non-destructive, the description adds valuable behavioral context: each row is one classification's hourly base wage plus fringe tied to its WD, type is restricted to DBA or SCA with a note that CBAs have no rate table, and state filtering works through the WD's jurisdictions. This goes well beyond the annotation flags.

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 front-loaded with the core purpose, then gives sibling differentiation, then a tight bullet list of parameters. Every sentence contributes useful information and the structure makes it easy to scan quickly.

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

Completeness4/5

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

The description explains row semantics, main filtering behavior, and when to prefer a sibling tool, which is strong. It leaves three optional parameters (offset, sort_order, active_only) unexplained and does not mention pagination beyond 'limit: max 100,' but the presence of an output schema and rich annotations mitigates the impact.

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

Parameters4/5

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

With schema description coverage at 0%, the description compensates well for most parameters: classification is documented as a substring with an example, occupation_code as an SCA 5-digit code, wd_number as exact, type as DBA|SCA with the CBA caveat, and sort_by with valid values. However, offset, sort_order, and active_only are left undocumented, so parameter coverage is not complete.

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 opens with a specific verb and resource: 'Query prevailing-wage rates ACROSS wage determinations, by occupation,' and captures the core meaning with 'what does a given trade actually pay.' It also explicitly distinguishes itself from sibling tools that answer 'which WDs apply,' so an agent can easily tell them apart.

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?

The description names two sibling tools that answer a different question and directs the agent to get_wage_rate_summary for aggregated distribution/floor across many WDs instead of paging through this tool. It also labels the tool as 'Bid & Proposal / Negotiate,' providing clear context for when it should be used.

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

Other Tools

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