Skip to main content
Glama
govconapi

io.github.govconapi/govconapi

Official

Query Wage Rates Across Determinations

get_wage_rates
Read-onlyIdempotent

Find prevailing hourly base wage plus fringe for any trade across wage determinations. Get actual pay rates by occupation to support bids, proposals, and negotiations.

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

Schema Changelog

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

  1. First observed

TDQS

A4.6/5.0
Behavior4/5

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

Annotations already establish readOnlyHint, idempotentHint, openWorldHint, and destructiveHint=false. The description adds useful behavior beyond those signals: each row is one classification's hourly base wage plus fringe tied to its originating WD, CBAs have no rate table, and state filtering relies on the WD's jurisdictions. This gives an agent a clearer model of what will be returned.

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 distinction, then uses a compact bullet list for parameters. Nearly every sentence earns its place by adding scoping or routing information, and the format makes it easy for a model to parse.

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?

Given the tool has 10 optional parameters, an output schema, and strong annotations, the description supplies enough context for correct tool selection and basic invocation. The main gap is the undocumented offset, sort_order, and active_only parameters, though these are relatively self-explanatory and the output schema likely fills in return-shape details.

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?

Since schema description coverage is 0%, the description carries the burden, and it largely succeeds: it explains classification (substring, with example), type (DBA | SCA, and notes CBAs have no rate table), occupation_code (SCA 5-digit example), wd_number (exact), state (2-letter via WD jurisdictions), sort_by (allowed values), and limit (max 100). However, offset, sort_order, and active_only are left undocumented, so compensation 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 clearly states a specific verb ('Query'), a specific resource ('prevailing-wage rates ACROSS wage determinations'), and the dimension of interest ('by occupation'). It explicitly distinguishes itself from search_wage_determinations / get_wds_by_location by contrasting 'what does a given trade actually pay' with 'which WDs apply.'

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 gives explicit when-to-use guidance by naming sibling tools and pointing to get_wage_rate_summary when the user needs an aggregated distribution/floor across many WDs. It also contextualizes the tool as a Bid & Proposal / Negotiate tool, which helps an agent route intent.

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