Skip to main content
Glama
govconapi

io.github.govconapi/govconapi

Official

Get Wage Determinations by Location

get_wds_by_location
Read-onlyIdempotent

Find active wage determinations (DBA, SCA, CBA) for any state or county to determine which labor rates apply to your contract bid.

Instructions

The compliance shortcut: "I'm bidding a contract in this state/county, which wage determinations apply?" Returns every currently-active DBA, SCA, and CBA record covering that jurisdiction.

Bid & Proposal / Negotiate tool. Statewide DBAs are included regardless of county (they apply everywhere in the state). No date filter, this answers "what's in force here right now," not a historical query (use search_wage_determinations for that).

  • state: 2-letter US state code, required

  • county: optional; omit for statewide only

  • type: DBA | SCA | CBA, filter to one type; omit for all. Rows default-sort with CBA first alphabetically, which can bury the DBA/SCA coverage a construction or services bidder actually wants (e.g. VA/Fairfax is 47 CBA vs 6 SCA vs 5 DBA), use this to skip straight to the type you need instead of paging past CBAs.

  • limit: max 100

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNo
limitNo
stateYes
countyNo
offsetNo

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.7/5.0
Behavior5/5

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

With annotations already covering read-only/idempotent safety, the description adds valuable behavior: statewide DBAs are included even when county is specified, there is no date filter, and rows default-sort with CBA first, which can bury DBA/SCA results. No contradiction with annotations.

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

Conciseness4/5

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

The purpose is front-loaded and the parameter bullets make the schema easy to scan. The quoted use case and VA/Fairfax example are helpful but add some length; overall it is structured well and wastes little space.

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 is complete for a current-coverage lookup: it explains scope, type filtering, sort behavior, and limit. The main gap is offset/pagination semantics and a slightly ambiguous county explanation, though the output schema reduces the need to document return shape.

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?

Schema description coverage is 0%, so the description must carry parameter meaning. It explains state, county, type filter values, and limit max of 100. However, offset is not mentioned, and the county note 'omit for statewide only' is somewhat ambiguous despite the earlier clarification about statewide DBAs.

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 identifies the action and resource: returns every currently-active DBA, SCA, and CBA record covering a state/county jurisdiction. It also distinguishes itself from search_wage_determinations by explicitly framing this as a current, not historical, query.

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 usage context ('I'm bidding a contract in this state/county') and names the alternative tool for historical queries, saying 'use search_wage_determinations for that.' This gives an agent clear selection criteria.

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