Skip to main content
Glama

Whd Top Backwages

whd_top_backwages
Read-onlyIdempotent

Rank employers by back wages owed in concluded Wage & Hour enforcement cases, optionally within one NAICS industry or state. Returns cases ordered by the recorded back-wage amount, highest first, with employer, industry and findings dates. Use for "who owes the most back wages in ".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoCases to return, 1-100 (default 20).
naicsNoRestrict to one NAICS industry code.
sinceNoOnly cases whose findings END on or after this date (YYYY-MM-DD).
stateNoRestrict to one two-letter state code.
_apiKeyNoOptional. Your own free DOL Open Data Portal key (dataportal.dol.gov); omit it to use the platform key.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, openWorldHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is established. The description adds valuable behavioral context: it clarifies that cases are 'concluded', defines the ordering ('highest first'), and specifies the fields returned (employer, industry, findings dates). This enriches the agent's understanding beyond the annotations.

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 two sentences with no filler. It front-loads the core purpose and immediately follows with return structure and a usage example. Every sentence earns its place, making it highly efficient for an agent to parse.

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?

For a tool with no output schema, the description explains exactly what is returned: ordered cases with employer, industry, and findings dates. It also covers the optional filters and the domain (Wage & Hour enforcement). Annotations handle safety and world-view, so nothing an agent needs to invoke this correctly is missing. The description is complete for its complexity.

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

Parameters3/5

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

The schema covers all parameters with descriptions (coverage 100%), including limit, naics, since, state, and _apiKey. The description mentions optional filtering by NAICS or state, which aligns with the schema but does not add new detail. Since the schema is complete, the description neither supplements nor contradicts parameter semantics; a baseline of 3 is appropriate.

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's purpose: ranking employers by back wages owed in concluded Wage & Hour cases. It uses a specific verb ('rank'), identifies the resource ('employers by back wages'), and specifies optional filters (NAICS or state). This distinguishes it from sibling tools like whd_search or whd_employer, which serve different lookup needs.

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

Usage Guidelines4/5

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

The description provides a concrete use case: "Use for 'who owes the most back wages in <industry>'." This gives clear context for when to invoke this tool. It does not explicitly mention alternatives or exclusions, but the 'Use for' phrasing implies the intended scenario without being misleading.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.