Skip to main content
Glama
govconapi

io.github.govconapi/govconapi

Official

Get Wage Determination

get_wage_determination
Read-onlyIdempotent

Retrieve the full wage determination record for a given ID, including all locations, classification hourly wages and fringe benefits, plus CBA contractor/union details.

Instructions

Get one wage determination's full record: location array, every classification's hourly wage + fringe, and (for CBAs) the contractor/union detail block.

Bid & Proposal / Negotiate tool.

- wd_id: the internal sgs id (e.g. "43309") OR the human-readable WD number (e.g.
  "AK20260001"), from search_wage_determinations, get_wds_by_location, or get_wage_rates

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
wd_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint false, so the safety profile is known. The description adds behavioral context beyond annotations by specifying the structure of the returned record (location array, classifications, fringe, CBA detail block). It does not mention response size or pagination, but the output schema handles return format details.

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 description is concise (two short paragraphs and a bullet), front-loads the tool's purpose, and includes a helpful parameter note. The tag 'Bid & Proposal / Negotiate tool' adds a small amount of context but is not necessary; there is some minor redundancy, yet overall it is well-structured and efficient.

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 tool has a single, well-documented parameter and an output schema (indicated by 'Has output schema: true'), the description covers everything needed for correct invocation: what the tool returns, the ID formats accepted, and the sources for those IDs. No critical information is missing for an agent to use it properly.

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?

The schema provides no description and coverage is 0%, so the description fully carries the burden. It explains that wd_id accepts either an internal sgs id ('43309') or a human-readable WD number ('AK20260001'), and lists the three source tools where these IDs can be obtained. This is thorough, explicit parameter documentation.

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 'Get one wage determination's full record' and enumerates exactly what that includes (location array, each classification's hourly wage + fringe, and CBA contractor/union block). It distinguishes itself from sibling search/list tools like search_wage_determinations or get_wage_rate_summary by focusing on a single full record.

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

Usage Guidelines3/5

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

The description labels the tool as 'Bid & Proposal / Negotiate' and lists the source tools that produce valid wd_id values, which implies a workflow (search first, then retrieve full record). However, it does not explicitly state when to prefer this over alternatives like get_wage_rate_summary or when not to use it. Guidance is implied, not explicit.

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