Skip to main content
Glama
UHQ-Actual
by UHQ-Actual

DOL WHD MCP

TypeScript MCP server for Department of Labor WHD Enforcement, OFLC LCA disclosure, OSHA inspection, and SAM.gov contract opportunity data.

Setup

npm install
npm run build

Create a local .env file:

DOL_API_KEY=your-api-key
SAM_GOV_API_KEY=your-sam-gov-api-key
GOOGLE_PLACES_API_KEY=your-google-places-api-key

The server also accepts DOL_API_KEY, SAM_GOV_API_KEY, or SAM_API_KEY from the process environment. SAM.gov tools can run in dry-run mode without a SAM key. Tool responses redact request URLs and never return keys.

Related MCP server: Swagger MCP Adapter

Run Locally Over Stdio

npm start

Example MCP client config:

{
  "mcpServers": {
    "dol-whd": {
      "command": "node",
      "args": ["dist/server.js"],
      "cwd": "<project-directory>"
    }
  }
}

Run Remotely Over HTTP

Build first, then start the Streamable HTTP MCP endpoint:

npm run build
npm run start:http

Defaults:

  • MCP endpoint: http://127.0.0.1:8787/mcp

  • Health check: http://127.0.0.1:8787/health

  • Transport: MCP Streamable HTTP, stateless per request.

Remote environment knobs:

DOL_MCP_HOST=127.0.0.1
DOL_MCP_PORT=8787
DOL_MCP_AUTH_TOKEN=change-this-before-exposing
DOL_MCP_ALLOW_ORIGIN=*

If DOL_MCP_AUTH_TOKEN is set, MCP clients must send either:

Authorization: Bearer change-this-before-exposing

or:

X-API-Key: change-this-before-exposing

Keep the default host for local-only access. To make it reachable from another machine, bind to a reachable interface such as 0.0.0.0 and put it behind a trusted tunnel or reverse proxy with authentication. The DOL and SAM.gov API keys remain server-side in .env.

Deploy To Render

The repo ships a render.yaml Blueprint that provisions a free Node web service.

  1. From the Render dashboard, click New → Blueprint and point it at https://github.com/UHQ-Actual/DOL_MCP.

  2. Render reads render.yaml, creates the dol-whd-mcp service, generates a fresh DOL_MCP_AUTH_TOKEN, and prompts for the API key secrets (DOL_API_KEY, SAM_API_KEY, GOOGLE_PLACES_API_KEY).

  3. After the first deploy the public URL is https://dol-whd-mcp.onrender.com (or whatever Render assigns). Verify with:

    curl https://<your-service>.onrender.com/health
  4. Copy the DOL_MCP_AUTH_TOKEN value out of the Render env var panel — you need it for the MCP client.

Connect From Claude (Phone Or Web)

Claude.ai's mobile app shares Custom Connectors with the web UI, so adding the remote MCP once unlocks it on every device tied to that account.

  1. In Claude.ai, open Settings → Connectors → Add custom connector.

  2. Use the values from the Render deploy:

    • URL: https://<your-service>.onrender.com/mcp

    • Auth header: Authorization: Bearer <DOL_MCP_AUTH_TOKEN>

  3. Save. The connector now lists every tool registered by createServer() (WHD, OFLC LCA, Foreign Labor, OSHA, SAM.gov, Google Places, ask_government_data).

  4. Toggle the connector on inside any conversation to call the tools from your phone or laptop.

Tools

  • ask_government_data: Route a plain-English question to the right database and execute the query against WHD enforcement, OSHA inspections, DOL foreign-labor/LCA disclosures, or SAM.gov opportunities.

  • whd_enforcement_query: Query WHD/enforcement with limit, offset, fields, sort, sort_by, and filter_object.

  • whd_enforcement_case: Look up a numeric case_id.

  • whd_enforcement_metadata: Return full metadata rows, with optional search, category, and limit.

  • whd_enforcement_fields: Return concise field descriptions for query building.

  • dol_datasets_search: Search the public DOL datasets catalog.

  • lca_disclosure_files: Return official DOL OFLC LCA disclosure and record-layout URLs for a fiscal year quarter.

  • lca_disclosure_fields: Read field names from a DOL LCA disclosure XLSX file.

  • lca_search: Search DOL OFLC LCA disclosure data by employer, worksite, title, SOC, NAICS, status, visa class, wage, and dates.

  • lca_employer_profile: Build a DOL LCA-only employer profile with certification counts, wage statistics, top job titles, SOC codes, worksites, H-1B dependent, and willful violator flags.

  • foreign_labor_files: Discover official DOL OFLC disclosure workbook, record-layout, and auxiliary file URLs for LCA, PERM, H-2A, H-2B, or CW.

  • foreign_labor_fields: Read field names from an official DOL foreign-labor disclosure XLSX file.

  • foreign_labor_search: Stream-search DOL OFLC foreign-labor disclosure workbooks and return a unified schema across LCA, PERM, H-2A, H-2B, and CW-1. First call per quarter downloads + parses the workbook and writes a gzipped JSONL cache alongside it; subsequent calls read the cache in 1-3 seconds.

  • osha_fields: Return metadata for the official DOL OSHA inspection or violation dataset.

  • osha_inspection_search: Search OSHA inspections by establishment, state, city, NAICS, inspection type, safety/health, and open-date range. Optionally joins non-deleted violation/citation records.

  • osha_inspection_detail: Look up one OSHA inspection by activity_nr and optionally join violation/citation records.

  • osha_state_plan_lookup: Static reference returning OSHA jurisdiction tier (federal_osha / public_only_state_plan / complete_state_plan), program name (MIOSHA, Cal/OSHA, IOSHA, etc.), administering agency, expected reporting lag, public-records request path, and a one-line caveat for any of the 50 states + DC + territories. Pair with osha_inspection_search to annotate sparse results with the right state-plan caveat.

  • sos_portal_lookup: Static reference returning the Secretary of State / DFI / Corporation Commission business-entity search portal URL, agency, searchable fields, bulk-download availability, and pricing for any US state. The 10 Midwest states are verified with detailed notes (including Michigan's June 2025 MiBusiness Registry replacement of legacy COFS URLs and the Wisconsin DFI-not-SOS gotcha); the other 40 states use general portal URLs. For programmatic lookups, prefer business_entity_search via OpenCorporates.

  • sam_opportunities_search: Search official SAM.gov contract opportunities by title keywords, NAICS codes, procurement types, set-aside code, contracting-office state, place-of-performance state/city, and posted date range. SAM.gov returns SOLICITATIONS, not awarded contracts; use usaspending_award_search for awarded dollar amounts.

  • sam_opportunity_detail: Look up one SAM.gov opportunity by noticeId.

  • sam_reference: Return common SAM.gov procurement type and set-aside codes.

  • usaspending_award_search: Search USAspending.gov for federal awards with KNOWN obligated dollar amounts. Filters by NAICS, PSC, recipient, awarding agency, place-of-performance state/city/county FIPS, award amount range, and start-date range. Defaults to contract award types (A, B, C, D). No API key required.

  • places_search: Search Google Places (New) Text Search for businesses in an area. Returns deduped results with googleMapsUrl for source-tracing. Designed as a per-round retrieval primitive for the Restaurant Research Agent.

  • places_detail: Look up one Google place by Place ID. Returns hours, delivery/dine-in flags, and (optionally) editorialSummary and reviews.

  • adv_estimate: Deterministic Annual Dollar Volume calculator for FLSA $500k enterprise-coverage screening. Encodes Methods 1-4 (per-employee, per-seat, chain per-unit, format default), the geographic cost-of-living multiplier, +/-40% range, and the FLSA flag (Above / Below / Borderline / Insufficient Data). Screening signal only; not a coverage determination.

  • census_area_profile: Resolve a US city/town/CDP to total population (ACS 5-year), area tier (major_metro / mid_metro / small_or_rural), row-scaling tier and target (matching the Restaurant Research Agent's max(pop/250, floor) formula), county FIPS for follow-on usaspending_award_search, and the high-cost-of-living-state flag. Pairs with adv_estimate for end-to-end research workflows.

  • business_entity_search: Search Secretary of State / DFI business registrations across all 50 states via OpenCorporates. Sourced directly from official state registries; data lineage is auditable. Returns name, company number, status, type, incorporation date, registered address, previous names, and an opencorporates_url per record. Free tier ~50 lookups/day; set OPENCORPORATES_API_KEY for higher volume. See docs/data-sources/state-business-registration.md for per-state coverage notes.

  • business_entity_detail: Look up one entity by jurisdiction code + state company number via OpenCorporates. Returns the full canonical record (registered address, dissolution date, previous names, registry URL).

LCA tools use official OFLC disclosure workbooks from the DOL Performance Data page. The workbooks can be large, so downloaded files are cached under .cache/dol-lca/. You can also pass localFile with an already-downloaded official LCA disclosure XLSX file.

The LCA profile is DOL-only. USCIS H-1B petition approval and denial rates are not included unless a separate USCIS data source is added.

Foreign-labor tools read the DOL Performance Data page to discover current disclosure links, then stream-parse XLSX files row by row. Supported programs are LCA, PERM, H-2A, H-2B, and CW; supported unified-parser fiscal years are 2020 through 2030. Use localFile to point at an already-downloaded official workbook.

OSHA tools use the official DOL Open Data API datasets OSHA/inspection and OSHA/violation. Violation rows are joined to inspections by activity_nr; rows with delete_flag equal to X are excluded from joined output.

SAM.gov tools use the official Opportunities API at https://api.sam.gov/opportunities/v2/search. Live searches require SAM_GOV_API_KEY or SAM_API_KEY; dry-run searches return sample opportunities without calling SAM.gov. The API requires posted date bounds, so postedDaysAgo is converted to postedFrom and postedTo in MM/dd/yyyy format.

Examples

Filter Iowa records with back wages:

{
  "limit": 10,
  "fields": ["case_id", "trade_nm", "st_cd", "bw_atp_amt", "findings_end_date"],
  "sort": "desc",
  "sort_by": "bw_atp_amt",
  "filter_object": {
    "and": [
      { "field": "st_cd", "operator": "eq", "value": "IA" },
      { "field": "bw_atp_amt", "operator": "gt", "value": 0 }
    ]
  }
}

Search field metadata:

{
  "search": "backwage",
  "limit": 20
}

Search LCA disclosure data:

{
  "fiscalYear": 2026,
  "quarter": 1,
  "employerName": "Google",
  "state": "CA",
  "jobTitle": "software",
  "maxResults": 25
}

Build a DOL LCA employer profile:

{
  "fiscalYear": 2026,
  "quarter": 1,
  "employerName": "Google",
  "searchMode": "contains",
  "maxResults": 5000
}

Search unified DOL foreign-labor disclosures:

{
  "visaProgram": "H-2A",
  "fiscalYear": 2026,
  "fiscalQuarter": "Q1",
  "worksiteState": "IA",
  "caseStatus": "Certified",
  "maxItems": 100
}

Search PERM certifications:

{
  "visaProgram": "PERM",
  "fiscalYear": 2026,
  "fiscalQuarter": "Q1",
  "employerName": "Intel",
  "minAnnualWage": 150000,
  "maxItems": 500
}

Search OSHA inspections with joined citations:

{
  "companyName": "Walmart",
  "state": "TX",
  "includeViolations": true,
  "maxResults": 25
}

Search fatality/catastrophe construction inspections:

{
  "state": "TX",
  "naicsCode": "23",
  "inspectionType": "A",
  "dateFrom": "2024-01-01",
  "includeViolations": true,
  "maxResults": 100
}

Search SAM.gov opportunities in dry-run mode:

{
  "keywords": "cybersecurity",
  "naicsCodes": ["541512"],
  "setAsideType": "SBA",
  "postedDaysAgo": 30,
  "maxResults": 10,
  "dryRun": true
}

Search live SAM.gov opportunities after adding a SAM key:

{
  "keywords": "software development",
  "naicsCodes": ["541512", "541511"],
  "procurementTypes": ["o", "k", "r"],
  "state": "VA",
  "postedDaysAgo": 30,
  "maxResults": 100,
  "dryRun": false
}

Ask a plain-English routed question:

{
  "question": "Show OSHA inspections and citations for Walmart in TX",
  "maxResults": 10
}

Ask for SAM.gov opportunities in dry-run mode:

{
  "question": "Find cybersecurity solicitations NAICS 541512 in Virginia",
  "maxResults": 10,
  "dryRun": true
}

Ask for DOL foreign-labor disclosure records:

{
  "question": "H-2A certified farm jobs in IA SOC 45-2092 over $20 hourly",
  "maxResults": 10
}

Search Google Places for restaurants in a city:

{
  "query": "restaurants in Hillsdale, MI",
  "includedTypes": ["restaurant"],
  "maxResults": 30,
  "excludeClosed": true
}

Look up one Google place by Place ID:

{
  "placeId": "ChIJN1t_tDeuEmsRUsoyG83frY4",
  "includeAtmosphere": false
}

Data Source Reference

Background reference for sources the MCP queries (and a few it doesn't yet but agents may need to reach):

  • Midwest State OSHA Programs — federal vs state-plan jurisdiction map for IL, IN, IA, KS, MI, MN, MO, NE, OH, WI; how state-plan reporting cadence affects osha_inspection_search results; what the federal OIS does and doesn't cover.

  • Midwest State Business Registration Searches — Secretary of State / DFI portals, free search vs. paid bulk download, registered-agent and officer searches; IL, IN, IA, KS, MI, MN, MO, NE, OH, WI.

Available Tools

28 tools
adv_estimateEstimate Annual Dollar Volume (ADV) and FLSA $500K Coverage FlagA

Deterministic ADV screening calculator for FLSA enterprise-coverage triage. Encodes Methods 1-4 (per-employee, capacity-derived, chain per-unit, format default), the geographic multiplier, ±40% range math, and the $500,000 FLSA flag (Above / Below / Borderline / Insufficient Data). NOT a coverage determination — screening signal only. Method selection priority: chain per-unit ADV > employee count > capacity input > format default. Method 2 capacity input priority (highest first): seatCount > occupantLoad (×0.85 → seats) > squareFootage (BOH subtract + IBC 15-sqft-per-occupant + ×0.85) > parkingSpaces (× format-typical seats-per-space). Always pass capacitySource so the audit trail records where the number came from. Best practice: read employeeCount from osha_inspection_search results and pass it in here when an OSHA inspection record exists for the establishment (employee_count is a required OSHA field). Returns separate columns for estimate, range, method, capacity_input, capacity_source, flsa_flag, confidence, and a derivation-chain notes string.

ParametersJSON Schema
NameRequiredDescriptionDefault
formatNoRestaurant format, optionally with cuisine qualifier (e.g. 'Casual dining — Italian', 'Pizzeria', 'Fast food'). Lead term is normalized; cuisine after em-dash is ignored for benchmarks. Required for Methods 2 and 4.
areaTypeNoArea tier for the cost-of-living multiplier. major_metro = 1.20×; mid_metro = 1.00× (default); small_or_rural = 0.85×. Get this from census_area_profile.
bohRatioNoOverride the default back-of-house fraction (0.30 FSR / 0.40 LSR / 0.35 Unclear) for square-footage derivation. Use when you have a verified BOH split.
chainFlagNoWhether the establishment is part of a multi-location brand. Drives Method 3 selection and adds the enterprise-coverage caveat to notes when Yes.
seatCountNoDirect dining seat count. Highest-confidence Method 2 capacity input. Sources: published menu, OpenTable / Resy / Tock inventory, owner interviews, news articles. Confidence: Medium.
serviceTypeNoService type. Required for Method 1 per-employee benchmarks; also drives default BOH ratio for square-footage derivation (FSR=30%, LSR=40%, Unclear=35%). Defaults to Unclear if omitted.
occupantLoadNoPosted maximum occupant load from Certificate of Occupancy, fire marshal permit, or ABC license. Tool applies 0.85 conversion to seated capacity (accounts for staff, BOH, standing). Used only when seatCount is absent. Confidence: Medium.
parkingRatioNoOverride the default seats-per-parking-space ratio (FSR 2.75, LSR 2.25, bar 1.75). Use only when local zoning specifies a different ratio.
staleSourcesNoSet true when the underlying source data is older than 12 months. Forces confidence to Very Low.
employeeCountNoTotal employees at the single establishment. Triggers Method 1 (per-employee). Look in osha_inspection_search results first — OSHA records always include employee count.
parkingSpacesNoStriped parking spaces from satellite imagery or zoning permit. Tool multiplies by format-typical seats-per-space (FSR/casual/fine 2.75; LSR/fast 2.25; bar 1.75). Last-resort capacity input — only when no other capacity data is available. Confidence: Very Low.
squareFootageNoTotal establishment square footage from county assessor, real estate listing (LoopNet/Crexi), CO, or building permit. Tool subtracts BOH (default 30% FSR / 40% LSR / 35% Unclear), divides remaining dining area by 15 sqft per occupant (IBC A-2 standard), then multiplies by 0.85 for seated capacity. Used only when seatCount and occupantLoad are absent. Confidence: Low.
capacitySourceNoFree-text label for where the capacity number came from. Recommended values: 'assessor', 'CO', 'fire_marshal', 'ABC', 'health_permit', 'OSHA', 'OpenTable', 'Resy', 'LoopNet', 'Crexi', 'real_estate_listing', 'satellite', 'photos', 'news_article', 'owner_interview', 'zoning_permit', 'format_default'. Echoed in the notes field for audit.
chainPerUnitAdvNoBrand-reported per-unit annual sales (from Franchise Disclosure Document or industry report). Triggers Method 3 when chainFlag is Yes; takes precedence over Methods 1 and 2.
listPageEmployeeDataNoSet true when employeeCount came from a list/aggregator page rather than a direct profile or OSHA record. Caps Method 1 confidence at Low.
highCostOfLivingStateNoAdd +0.10 to the area multiplier for CA, NY, MA, WA, or HI. Get this from census_area_profile.

TDQS

A4.3/5.0
Behavior4/5

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

With no annotations, the description fully details behavioral traits: deterministic nature, method priority, capacity derivation, confidence levels, and audit trail. It does not mention edge cases but is highly transparent.

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

Conciseness3/5

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

The description is quite lengthy and dense. While all information is valuable, it could be more concise. Front-loading of purpose is good, but some details could be streamlined.

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 16 parameters, no output schema, and no annotations, the description is exceptionally complete, covering methods, confidence, audit trail, and parameter relationships. It leaves few gaps.

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 coverage is 100%, baseline 3. The description adds significant meaning beyond schema, e.g., explaining method selection priority, capacity input hierarchy, and how capacitySource should be used. This extra context raises the score.

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 is a 'Deterministic ADV screening calculator for FLSA enterprise-coverage triage' with specific verbs (estimate, screening) and resources (ADV, FLSA flag). It distinguishes from sibling tools by focusing on a niche function not covered by others.

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 explicit usage guidance: 'NOT a coverage determination — screening signal only', method selection priority, and best practice to use employeeCount from OSHA. It lacks explicit alternatives but is clear on when to use this tool.

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

ask_government_dataAsk Government DataA

Route a plain-English question to the right source: WHD enforcement, OSHA inspections, DOL foreign-labor/LCA disclosures, or SAM.gov contract opportunities.

ParametersJSON Schema
NameRequiredDescriptionDefault
dryRunNoFor SAM.gov questions, return sample opportunities instead of calling the live SAM.gov API.
questionYesPlain-English question to route and execute.
maxResultsNoMaximum records to return from the selected database.

TDQS

A3.5/5.0
Behavior2/5

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

No annotations are present, so the description must carry the full burden. The description only states it routes questions but does not disclose behavioral traits such as whether it is read-only, whether it makes multiple API calls, or any side effects. The agent lacks safety cues.

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 a single, front-loaded sentence of 22 words that clearly communicates the tool's core function. Every word adds value, and there is no redundancy or fluff.

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

Completeness3/5

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

For a complex routing tool that delegates to multiple sources, the description provides only a high-level overview. It lacks details on output format, routing logic, or constraints. However, given the absence of an output schema and annotations, it is minimally adequate.

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 input schema has 100% coverage with clear descriptions for all three parameters (question, dryRun, maxResults). The tool description adds no additional parameter-level meaning beyond what the schema already provides, so baseline 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: routing a plain-English question to the correct government data source (WHD, OSHA, DOL foreign-labor/LCA, SAM.gov). The verb 'route' and specific resource list make it distinct from sibling tools that target individual sources.

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 implies usage when a user has a general question not specific to a single source, but it does not explicitly state when to use this tool versus the many sibling tools (e.g., whd_enforcement_query, lca_search). No 'when not to use' guidance is provided.

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

business_entity_detailGet Business Entity Detail via OpenCorporatesA

Look up one entity by jurisdiction + state company number via OpenCorporates. Use after business_entity_search to get the full canonical record (full address, previous names, branch info, dissolution date, registry URL). Free with attribution.

ParametersJSON Schema
NameRequiredDescriptionDefault
dryRunNoReturn sample data without calling OpenCorporates.
companyNumberYesState-issued company / entity / charter number.
jurisdictionCodeYesTwo-letter US state code (e.g., MI) or full OpenCorporates code (us_mi).

TDQS

A4/5.0
Behavior3/5

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

Discloses source (OpenCorporates), attribution requirement, and output fields (full address, previous names, etc.). No annotations provided, so description carries burden. Missing details on rate limits, failure modes, or data freshness, but provides reasonable expectations.

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?

Two sentences, no fluff. First sentence states action and parameters; second sentence adds usage context and output. Every word adds value.

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 no output schema, the description usefully lists output fields. It properly references sibling tool for prior step. Lacks details on error handling or rate limits, but is complete enough for a simple lookup tool.

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?

Schema covers all three parameters with descriptions. The description reiterates jurisdiction and company number but adds no new semantics beyond the schema. DryRun parameter is explained only in schema. Baseline 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?

Clearly states the tool looks up one entity by jurisdiction and company number via OpenCorporates, and explicitly distinguishes it from business_entity_search by specifying its use case ('after business_entity_search to get full canonical record').

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?

Explicitly says to use after business_entity_search, providing clear context. Lacks explicit when not to use or alternatives, but the recommendation is strong and sufficient.

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

census_area_profileResolve US Place to Population, Area Tier, and Multiplier BaseA

Look up a US city/town/CDP via the Census geocoder, then fetch its total population from the ACS 5-year estimate. Returns: total population, area tier (major_metro / mid_metro / small_or_rural matching the adv_estimate multiplier table), row-scaling tier and target (matching the Restaurant Research Agent's row-scaling formula max(pop/250, floor)), county FIPS for usaspending_award_search, state FIPS, place FIPS, and the high-cost-of-living-state flag for CA/NY/MA/WA/HI. Use this BEFORE adv_estimate when sizing an enforcement universe or running a restaurant research workflow against an unfamiliar city. Free Census API; no key required for basic queries.

ParametersJSON Schema
NameRequiredDescriptionDefault
cityNoUS city / town / place name. Pair with `state`. Example: 'Hillsdale'.
stateNoUSPS two-letter state code. Pair with `city`. Example: 'MI'.
dryRunNoReturn a sample Hillsdale, MI profile without calling the Census API.
acsYearNoACS 5-year vintage to query. Defaults to 2022.
placeFipsNoDirect Census place FIPS. Pair with `stateFips` to skip the geocoder entirely.
stateFipsNoDirect Census state FIPS (e.g. '26' for Michigan). Pair with `placeFips`.

TDQS

A4.5/5.0
Behavior4/5

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

No annotations exist, so the description carries full burden. It discloses the free Census API, no key required, and explains the geocoding and fetch process. However, it lacks explicit error handling details (e.g., when city is not found).

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 well-structured with the main action upfront, followed by return fields and usage guidance. It is slightly verbose but every sentence adds necessary information.

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's complexity (6 parameters, no output schema), the description adequately explains the returned fields and their purposes (e.g., county FIPS for usaspending_award_search). Some structured output would improve completeness, but it's sufficient.

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 coverage is 100%, so baseline is 3. The description adds value by explaining parameter pairs (e.g., city/state vs placeFips/stateFips) and the dryRun function, providing context beyond the schema.

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: 'Look up a US city/town/CDP via the Census geocoder, then fetch its total population from the ACS 5-year estimate.' It lists the returned fields, distinguishing it from siblings like adv_estimate.

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?

Explicitly advises to 'Use this BEFORE adv_estimate when sizing an enforcement universe or running a restaurant research workflow against an unfamiliar city.' This provides clear when-to-use and when-not-to-use context.

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

foreign_labor_fieldsList DOL Foreign Labor Disclosure FieldsC

Read field names from an official DOL foreign-labor disclosure XLSX file.

ParametersJSON Schema
NameRequiredDescriptionDefault
socCodeNoSOC code prefix filter.
jobTitleNoCase-insensitive job-title substring filter.
maxItemsNoMaximum matching records to return. Use 0 for no cap.
localFileNoOptional path to an already-downloaded official disclosure XLSX file.
caseStatusNoCase status, such as Certified, Denied, Withdrawn, or Certified - Withdrawn.
fiscalYearNoDOL fiscal year, 2020 through 2030.
visaProgramNoForeign labor program: LCA, PERM, H-2A, H-2B, or CW.
employerNameNoCase-insensitive employer legal-name substring filter.
fiscalQuarterNoFiscal quarter: Q1, Q2, Q3, or Q4.
minAnnualWageNoMinimum offered wage after annualization.
worksiteStateNoTwo-letter worksite state code.

TDQS

C2.9/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden. It only says 'read', implying non-destructive operation, but discloses no details about performance, data freshness, or potential limitations.

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 a single, clear sentence with no unnecessary words. It is efficient but could benefit from a bit more detail without becoming verbose.

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

Completeness2/5

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

Given 11 parameters and no output schema, the description is too sparse. It fails to explain what the tool returns or how to interpret results, leaving the agent underinformed.

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?

All 11 parameters are documented in the input schema with 100% coverage, so baseline is 3. The description does not add any extra context about how the parameters are used together or special behavior.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool reads field names from a DOL XLSX file. However, it does not distinguish itself from sibling tools like 'lca_disclosure_fields' which also list fields, missing an opportunity to clarify its specific scope.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives, nor any prerequisites or context for invocation.

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

foreign_labor_filesGet DOL Foreign Labor Disclosure FilesA

Discover official DOL OFLC disclosure workbook, record-layout, and auxiliary file URLs for LCA, PERM, H-2A, H-2B, or CW.

ParametersJSON Schema
NameRequiredDescriptionDefault
fiscalYearNoDOL fiscal year, 2020 through 2030.
visaProgramNoForeign labor program: LCA, PERM, H-2A, H-2B, or CW.
fiscalQuarterNoFiscal quarter: Q1, Q2, Q3, or Q4.

TDQS

A3.6/5.0
Behavior3/5

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

With no annotations, the description must disclose traits. It states 'Discover' but does not mention read-only nature, authentication, or side effects. It is minimally adequate but adds no behavioral context beyond the obvious.

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?

One sentence, efficient, front-loaded with the verb. Every word earns its place.

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?

For a simple file URL discovery tool with 3 params and no output schema, the description is fairly complete. It could mention file formats, but overall it adequately informs the agent.

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?

Schema description coverage is 100% with clear parameter descriptions. The tool description adds no extra meaning beyond the schema, so baseline 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 verb 'Discover' and the resource 'file URLs', specifying the programs (LCA, PERM, H-2A, H-2B, CW). It distinguishes from sibling tools like foreign_labor_search and foreign_labor_fields.

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

Usage Guidelines2/5

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

No explicit guidance on when to use this tool versus alternatives like foreign_labor_search or lca_disclosure_files. The description implies its purpose but does not provide when-not or alternative recommendations.

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

lca_disclosure_fieldsList DOL LCA Disclosure FieldsC

Read field names from a DOL LCA disclosure XLSX file.

ParametersJSON Schema
NameRequiredDescriptionDefault
cityNoWorksite or employer city substring filter.
stateNoTwo-letter worksite or employer state filter.
dateToNoInclusive upper date bound in YYYY-MM-DD form.
quarterNoFiscal quarter, 1 through 4.
socCodeNoSOC code prefix filter.
dateFromNoInclusive lower date bound in YYYY-MM-DD form.
jobTitleNoJob title substring filter.
dateFieldNoDOL date field to filter on, default DECISION_DATE.
localFileNoOptional path to an already-downloaded official LCA disclosure XLSX file.
naicsCodeNoNAICS code prefix filter.
visaClassNoVisa class, such as H-1B, H-1B1, or E-3.
caseStatusNoCase status, such as CERTIFIED or DENIED.
fiscalYearNoFederal fiscal year, such as 2026.
maxResultsNoMaximum rows to return.
searchModeNoEmployer match mode.
employerNameNoEmployer name filter.
minAnnualWageNoMinimum annualized offered wage.

TDQS

C2.9/5.0
Behavior2/5

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

With no annotations, the description must fully convey behavior. It only says 'Read field names,' omitting details about data sources, filtering effects, output format, or side effects. The 17 optional parameters suggest complex behavior not explained.

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 a single, concise sentence with no fluff. However, it could incorporate more context without significant bloat, given the tool's complexity.

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

Completeness2/5

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

Given 17 optional parameters, no output schema, and no annotations, the description is inadequate. It fails to explain the relationship between parameters and the returned field names, nor the source of the XLSX file.

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?

Schema coverage is 100%, so the schema already describes each parameter. The description adds no additional meaning beyond reading field names, failing to explain how parameters affect the output (e.g., do filters limit fields or rows?). Baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool reads field names from a DOL LCA disclosure XLSX file, specifying the verb and resource. However, it does not distinguish it from sibling tools like foreign_labor_fields or whd_enforcement_fields, which also list field names for different datasets.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives such as lca_disclosure_files or lca_search. The description lacks context about prerequisites or typical use cases.

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

lca_disclosure_filesGet DOL LCA Disclosure File URLsA

Return official DOL OFLC LCA disclosure, Appendix A, worksite, and record-layout URLs for a fiscal year quarter.

ParametersJSON Schema
NameRequiredDescriptionDefault
quarterNoFiscal quarter, 1 through 4.
fiscalYearNoFederal fiscal year, such as 2026.

TDQS

A3.5/5.0
Behavior3/5

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

No annotations provided, so the description must convey behavior. It implies a safe, read-only retrieval of URLs without side effects. However, it does not explicitly mention idempotence, rate limits, or authentication needs. The description is adequate but minimal.

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?

Single sentence with no filler words. Every part adds information: verb, resource specificity, temporal scope. Efficiently structured for quick parsing.

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

Completeness3/5

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

Lacks details about the return format (e.g., single URL object, list, mapping). No output schema is provided. For a tool returning multiple URL types, the agent might need to know structure to use the result. Could be more complete.

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?

Both parameters ('quarter' and 'fiscalYear') are fully described in the schema with min/max bounds and text. The description adds no extra meaning beyond 'for a fiscal year quarter'. With 100% schema coverage, baseline 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?

Clearly states the tool returns specific DOL LCA file URLs (disclosure, Appendix A, worksite, record-layout) for a given fiscal year quarter. The verb 'Return' is precise and the resource list differentiates it from sibling tools like 'foreign_labor_files' or 'lca_disclosure_fields'.

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

Usage Guidelines2/5

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

No guidance on when to use this tool versus alternatives. Among many sibling tools (e.g., 'foreign_labor_files', 'lca_disclosure_fields'), there is no mention of contexts where this is preferred or not. The description only states the tool's function.

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

lca_employer_profileBuild DOL LCA Employer ProfileB

Build a DOL LCA-only employer profile with certification counts, wage statistics, top job titles, SOC codes, worksites, H-1B dependent, and willful violator flags.

ParametersJSON Schema
NameRequiredDescriptionDefault
cityNoWorksite or employer city substring filter.
stateNoTwo-letter worksite or employer state filter.
dateToNoInclusive upper date bound in YYYY-MM-DD form.
quarterNoFiscal quarter, 1 through 4.
socCodeNoSOC code prefix filter.
dateFromNoInclusive lower date bound in YYYY-MM-DD form.
jobTitleNoJob title substring filter.
dateFieldNoDOL date field to filter on, default DECISION_DATE.
localFileNoOptional path to an already-downloaded official LCA disclosure XLSX file.
naicsCodeNoNAICS code prefix filter.
visaClassNoVisa class, such as H-1B, H-1B1, or E-3.
caseStatusNoCase status, such as CERTIFIED or DENIED.
fiscalYearNoFederal fiscal year, such as 2026.
maxResultsNoMaximum rows to return.
searchModeNoEmployer match mode.
employerNameYesEmployer name to profile.
minAnnualWageNoMinimum annualized offered wage.

TDQS

B3.3/5.0
Behavior2/5

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

No annotations provided, so the description must fully convey behavioral traits. It mentions output components but does not disclose that the tool aggregates data, is read-only, requires no special auth, or any rate limits. The fact that it 'builds a profile' suggests multiple queries, but this is not explicitly stated.

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?

A single sentence, efficient and front-loaded with the core action. The list of output components is concise but could be slightly more structured. No unnecessary words.

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

Completeness2/5

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

With 17 parameters, no output schema, and no annotations, the description is too brief. It does not explain how the profile is returned (e.g., aggregated statistics vs. rows), pagination, or any constraints. For a tool with many filters, more contextual detail is needed.

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?

Schema coverage is 100%, so baseline is 3. The description adds no new meaning beyond listing output fields; parameters are already fully described in the schema. There is no mapping of parameters to the output components mentioned.

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 builds an 'employer profile' with specific aggregated data (certification counts, wage statistics, top job titles, SOC codes, worksites, flags), distinguishing it from sibling search tools that return individual records.

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?

No explicit guidance on when to use this tool versus alternatives like 'lca_search' for individual records or 'foreign_labor_search' for broader data. The description implies it is for aggregated profiling, but does not say when not to use it or list alternatives.

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

osha_fieldsList OSHA Dataset FieldsC

Return metadata fields for the official DOL OSHA inspection or violation dataset.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum fields to return.
searchNoCase-insensitive search across metadata fields.
datasetNoOSHA dataset to inspect. Defaults to inspection.

TDQS

C2.9/5.0
Behavior2/5

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

No annotations are provided, and the description only states that the tool returns metadata fields. It fails to disclose behavioral details such as default dataset, pagination (e.g., limit parameter), case-insensitivity of search, or any rate limits. The description does not contradict annotations but is insufficient for an agent to understand the tool's behavior.

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 a single, clear sentence of 13 words. It is highly concise and front-loaded with the essential purpose. Every word contributes meaning, and there is no unnecessary information.

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

Completeness2/5

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

Given that there is no output schema, the description should explain the structure of returned metadata fields, but it does not. It also omits default behavior for the 'dataset' parameter and how 'search' filtering works. For a tool with 3 parameters and no output schema, the description is incomplete for an agent to reliably invoke it.

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 input schema has 100% description coverage for all three parameters. The description adds little beyond the schema, merely stating the return of metadata fields. It does not explain parameter interactions or provide additional context, so a baseline score of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb 'Return' and resource 'metadata fields' for the 'official DOL OSHA inspection or violation dataset'. It effectively identifies the tool's purpose and the datasets it operates on. However, it does not explicitly distinguish from sibling tools like 'osha_inspection_search' or 'dol_datasets_search', which slightly reduces clarity.

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

Usage Guidelines2/5

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

The description provides no explicit guidance on when to use this tool versus alternatives such as 'osha_inspection_search' or 'osha_inspection_detail'. It implies but does not state that this tool is for exploring available fields, not for retrieving actual data. There is no mention of prerequisites or when not to use it.

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

osha_inspection_detailGet OSHA Inspection DetailA

Look up one OSHA inspection by activity number and optionally join violation/citation records.

ParametersJSON Schema
NameRequiredDescriptionDefault
activityNumberYesOSHA inspection activity_nr.
includeViolationsNoFetch and join OSHA violation/citation details. Defaults to true.

TDQS

A3.5/5.0
Behavior3/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It states the core lookup and optional join but does not clarify permissions, side effects, rate limits, or whether it is read-only. The behavior is adequately implied but not explicitly detailed.

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 a single, well-formed sentence with no unnecessary words. It is front-loaded and concise.

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

Completeness3/5

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

Given no output schema, the description should explain what the result contains. It only says 'Look up one OSHA inspection' but does not describe the return fields or structure. For a simple lookup, this is a notable gap.

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?

Schema coverage is 100%, and the description adds minimal value beyond the schema. The description restates the optional join but does not introduce new semantic meaning for parameters. Baseline 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 specifies a clear action ('Look up'), a precise resource ('one OSHA inspection by activity number'), and an optional behavior ('join violation/citation records'). It effectively distinguishes from sibling tools like osha_inspection_search and osha_fields.

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

Usage Guidelines2/5

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

The description does not provide any guidance on when to use this tool versus the many sibling tools (e.g., osha_inspection_search, osha_fields). It mentions the optional join but does not explain when to request violations or when not to join.

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

osha_state_plan_lookupLook Up OSHA Jurisdiction by StateA

Static reference: returns the OSHA jurisdiction tier (federal_osha / public_only_state_plan / complete_state_plan), program name (MIOSHA, Cal/OSHA, IOSHA, etc.), administering agency, expected reporting lag in days for state-plan submissions to federal OIS, public-records request path, and a one-line caveat the agent can paste alongside osha_inspection_search results. Use this when an agent's OSHA query in MI / MN / IA / IN / CA / WA returns sparse recent data — the lookup tells the agent (and the user) why and how to get fresher data.

ParametersJSON Schema
NameRequiredDescriptionDefault
stateCodeYesUSPS two-letter state code (e.g., MI, OH, CA). Case-insensitive.

TDQS

A4.3/5.0
Behavior4/5

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

No annotations provided, so description carries full burden. It states 'Static reference' implying read-only behavior and lists output fields including a caveat. Does not detail auth or rate limits, but as a lookup tool it is sufficiently transparent for an agent.

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?

Description is a single paragraph but packs essential information: purpose, output fields, and usage context. Could be broken into shorter sentences for easier parsing, but is not verbose and front-loads the key point.

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?

No output schema exists, but description enumerates all return fields (jurisdiction tier, program name, etc.) and explains the use case. Lacks mention of error handling or validation of state codes, but for a simple lookup it is largely complete.

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?

Only one parameter (stateCode) with 100% schema coverage. Schema already describes it as USPS two-letter code, case-insensitive. Description adds no extra meaning beyond schema, so baseline score 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?

Description clearly states the tool returns specific fields (jurisdiction tier, program name, etc.) and explicitly contrasts with sibling tools like osha_inspection_search by noting it as a static reference for sparse data scenarios.

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?

Provides explicit when-to-use guidance: 'when an agent's OSHA query in MI / MN / IA / IN / CA / WA returns sparse recent data' and explains how the lookup helps obtain fresher data. Differentiates from alternatives by being a static reference.

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

places_detailGet Google Place DetailA

Look up one Google place by Place ID. Returns hours, delivery/dine-in flags, and other detail fields. Set includeAtmosphere=true to also fetch editorialSummary and reviews (higher pricing tier).

ParametersJSON Schema
NameRequiredDescriptionDefault
dryRunNoUse sample data without calling Google.
placeIdYesGoogle Place ID returned by places_search.
includeAtmosphereNoFetch editorialSummary and reviews. Defaults to false.

TDQS

A4.2/5.0
Behavior3/5

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

No annotations provided, so description bears full burden. It mentions higher pricing tier for includeAtmosphere, but lacks details on error handling, rate limits, or side effects. The read-only nature is implied but not explicit.

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?

Two sentences, front-loaded with core purpose, no wasted words. Efficient and clear.

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 3 parameters (all documented in schema) and no output schema, description explains return content (hours, flags, detail fields) and the optional atmosphere data. Lacks return format details but adequate for a detail lookup.

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 has 100% coverage, but description adds context for includeAtmosphere (what it fetches, pricing implications). Does not add much for dryRun beyond schema, but overall adds value.

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?

Description clearly states it looks up one Google place by Place ID, specifies return fields (hours, delivery/dine-in flags, detail fields), and distinguishes from places_search which would be a search tool.

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?

Describes when to use (with Place ID for detailed info) and the includeAtmosphere option with pricing tier note. Does not explicitly mention when not to use, but context is sufficient.

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

sam_opportunity_detailGet SAM.gov Opportunity DetailA

Look up one SAM.gov opportunity by notice ID. Live mode requires a SAM.gov API key in the environment.

ParametersJSON Schema
NameRequiredDescriptionDefault
dryRunNoUse sample data without calling SAM.gov.
noticeIdYesSAM.gov noticeId.

TDQS

A4/5.0
Behavior3/5

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

No annotations provided, so description carries full burden. It discloses the need for an API key in live mode and the dryRun parameter for sample data. However, it does not mention rate limits, error handling, or response behavior, which are gaps in transparency.

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?

Two sentences, front-loaded with purpose, no extraneous information. Every sentence adds value. Highly concise.

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's simplicity (2 params, no output schema, no annotations), the description adequately covers purpose, key parameter, and a precondition. Could expand on expected response or error scenarios, but is sufficient for a basic lookup tool.

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?

Schema description coverage is 100%, so baseline is 3. The description adds no additional meaning beyond what the schema provides. The schema already clearly describes noticeId and dryRun. The description reinforces the purpose but doesn't enhance parameter understanding.

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 explicitly states it looks up one SAM.gov opportunity by notice ID, using a specific verb and resource. It clearly distinguishes from sibling tools like sam_opportunities_search, which searches multiple opportunities.

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 indicates usage context: for a single opportunity by notice ID, and notes that live mode requires an API key. While it doesn't explicitly exclude alternatives, the context is clear. Could be improved by stating when not to use (e.g., for bulk search).

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

sam_referenceList SAM.gov CodesA

Return common SAM.gov procurement type and set-aside codes used by the opportunity search tool.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4/5.0
Behavior3/5

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

With no annotations, the description carries the full burden. It states the tool returns codes, implying a read-only operation. However, it lacks details on whether the list is static or dynamic, how often updated, or any other traits. Adequate but not transparent beyond the basic action.

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 a single sentence that immediately states the action and output. Front-loaded and efficient, with zero filler.

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's simplicity (no parameters, no output schema), the description is largely complete. It identifies the resource type and relationship to a sibling tool. However, it does not describe the return format (e.g., list of strings), which would help an agent fully utilize the output.

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?

There are zero parameters, and schema coverage is 100% (empty). The description adds value by specifying the kind of codes (procurement type and set-aside), which is beyond the schema. Baseline for 0 params is 4, and the description meets it.

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 specifies 'Return common SAM.gov procurement type and set-aside codes' and clarifies their use in the opportunity search tool, distinguishing this tool from siblings like sam_opportunities_search (which returns opportunities, not codes). This provides a clear, specific purpose.

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 mentions the codes are 'used by the opportunity search tool', implying a preparatory role, but does not explicitly state when to use or when to avoid it. No alternatives or exclusions are provided, limiting guidance.

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

sos_portal_lookupLook Up State Business Registration Portal by StateA

Static reference: returns the URL and agency for the Secretary of State (or DFI / Corporation Commission, depending on the state) business-entity search portal for a given US state. Use this when the user wants to verify an entity manually, file a records request, or use a state's own search form. Includes bulk-download availability and pricing where published. The 10 Midwest states are verified with detailed notes; the other 40 states are encoded with general portal URLs that should be sanity-checked before enforcement use. For programmatic lookups, prefer business_entity_search via OpenCorporates.

ParametersJSON Schema
NameRequiredDescriptionDefault
stateCodeYesUSPS two-letter state code (e.g., MI, OH, CA). Case-insensitive.

TDQS

A4.3/5.0
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses that the data is a static reference, notes which states are verified (10 Midwest) and which need sanity-checking (40 others), and mentions bulk-download availability. This provides good transparency about data quality and limitations.

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 three sentences with key information front-loaded. It is efficient and contains no filler, though one could argue the bulk-download mention could be integrated more tightly. Still very concise.

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's complexity (static reference for 50 states with varying verification), the description covers the return values, use cases, data caveats, and sibling tool pointer. It is complete enough for an agent to understand scope and limitations.

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?

Schema coverage is 100% and already describes the stateCode parameter (USPS code, length, case-insensitivity). The description adds no additional semantic value beyond what the schema provides, so baseline 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: it returns the URL and agency for a US state's business-entity search portal. It uses specific verbs and resources, and distinguishes itself from the sibling tool 'business_entity_search' by noting the latter is for programmatic lookups.

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?

Explicitly provides when to use (manual verification, records requests, state search forms) and when not to use (prefer programmatic lookups via OpenCorporates). Also mentions bulk-download availability for specific contexts.

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

whd_enforcement_caseGet WHD Enforcement CaseB

Look up WHD Enforcement records by numeric case_id.

ParametersJSON Schema
NameRequiredDescriptionDefault
fieldsNoOptional field names to return, as an array or comma-separated string.
case_idYesNumeric WHD case_id.

TDQS

B3.1/5.0
Behavior2/5

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

No annotations provided. Description only implies a read operation but does not disclose any behavioral details such as error handling, response format, or permissions.

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?

One concise sentence with no fluff, front-loaded.

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

Completeness3/5

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

Given the absence of output schema and annotations, the description is minimal but sufficient for a simple lookup; it does not mention the optional fields parameter or describe the return structure.

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?

Schema coverage is 100%, so description adds no extra meaning beyond the schema; the fields parameter is not mentioned.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it looks up WHD Enforcement records by numeric case_id, but lacks differentiation from sibling tools like whd_enforcement_query or whd_enforcement_metadata.

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

Usage Guidelines2/5

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

No guidance on when to use this tool vs alternatives; no exclusions or context provided.

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

whd_enforcement_fieldsList WHD Enforcement FieldsB

Return concise WHD Enforcement field names, labels, descriptions, categories, data types, and units.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum fields to return.
searchNoCase-insensitive field search.
categoryNoOptional exact variable_category filter, such as measure or location.

TDQS

B3.3/5.0
Behavior2/5

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

No annotations are present, so the description must carry the full burden. It only states 'return concise...' without disclosing whether this is a read-only operation, any rate limits, or the format of the response. The behavioral traits are essentially absent.

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 a single sentence that conveys the core purpose without any extraneous words. Perfectly concise and front-loaded.

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

Completeness3/5

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

Given low complexity (3 optional parameters) and no output schema, the description is adequate but could be improved. It does not mention the structure of returned data or what categories are available, which would help an agent interpret results.

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?

Schema coverage is 100% with each parameter having a description. The description adds no additional meaning beyond the schema (e.g., 'case-insensitive' is already in the schema). Baseline 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 it returns field metadata (names, labels, descriptions, categories, data types, units) for WHD Enforcement. This distinguishes it from sibling tools like whd_enforcement_case (case data) and whd_enforcement_query (querying records).

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool over siblings such as whd_enforcement_metadata or other field-listing tools. The agent has no context to decide if this is the appropriate tool for discovering available fields.

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

whd_enforcement_metadataGet WHD Enforcement MetadataB

Return metadata rows for the WHD Enforcement (WHISARD) dataset, optionally filtered by text.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum metadata rows to return.
searchNoCase-insensitive search across metadata fields.
categoryNoOptional exact variable_category filter, such as measure or location.

TDQS

B3.1/5.0
Behavior2/5

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

No annotations are provided, so the description carries full burden for behavioral disclosure. It does not state that the tool is read-only, safe, or any behavioral traits. The description adds no transparency beyond the basic operation.

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 a single, clear sentence with no extraneous words. Every part contributes to the purpose.

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

Completeness3/5

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

For a tool with simple parameters and no output schema, the description is minimally adequate but lacks usage guidelines and behavioral information, leaving gaps for an agent to fully understand when and how to invoke the tool.

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?

Schema description coverage is 100%, so each parameter is already documented. The description adds no additional meaning about parameters beyond 'optionally filtered by text', which is already implied by the search parameter in the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb 'return' and the resource 'metadata rows for the WHD Enforcement dataset'. It mentions optional filtering but does not explicitly differentiate from sibling tools like whd_enforcement_fields or whd_enforcement_case, which likely return different data types.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives. It mentions optional filtering but does not specify context such as use cases, prerequisites, or exclusions.

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

whd_enforcement_queryQuery WHD Enforcement RecordsA

Query concluded Wage and Hour Division compliance actions from the DOL WHD Enforcement (WHISARD) dataset. IMPORTANT date semantics: findings_end_date is the date violations STOPPED occurring, NOT the date the case was concluded. Investigation lag from end-of-violation to case-closed is typically 6-24 months. When filtering for 'cases from 2024-2025,' use a wider findings_end_date window (e.g., findings_end_date >= 2022-10-01) and rank by recency; a strict 2024-2025 findings filter will return an artificially small slice. The ld_dt field is the dataset load date, not the case-conclusion date.

ParametersJSON Schema
NameRequiredDescriptionDefault
sortNoSort direction.
limitNoMaximum records to return. DOL max is 10000.
fieldsNoField names to return, as an array or comma-separated string.
offsetNoRecords to skip for paging.
sort_byNoField name to sort by.
filter_objectNoDOL filter_object JSON with field/operator/value or and/or groups.

TDQS

A4.1/5.0
Behavior4/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. It reveals critical behavioral traits: that findings_end_date is the violation end date (not case conclusion), typical investigation lag (6-24 months), and that ld_dt is a load date. This goes beyond basic read-only hints and helps the agent avoid semantic errors, though it could mention pagination or default limits.

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 a single well-structured paragraph that front-loads the purpose and then provides essential usage warnings. Every sentence adds value. It could be slightly more concise or broken into bullet points, but it remains efficient and clear.

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?

Despite lacking an output schema, the description is fairly complete given the tool's complexity. It details crucial date semantics and suggests query strategies. It does not list all possible return fields, but a sibling tool (whd_enforcement_fields) likely covers that. The description adequately prepares the agent for correct invocation.

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?

Schema coverage is 100% with all parameters having descriptions, so the baseline is 3. The description adds valuable context about the data fields (findings_end_date, ld_dt) but does not enhance parameter semantics beyond what the schema provides. The warnings are complementary rather than parameter-specific.

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 uses a specific verb 'Query' and identifies the exact resource: 'concluded Wage and Hour Division compliance actions from the DOL WHD Enforcement (WHISARD) dataset.' It clearly distinguishes from sibling tools like whd_enforcement_case (single case detail) and whd_enforcement_fields (metadata) by focusing on querying a dataset. The important date semantics add further clarification.

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 explicit guidance on when to use this tool correctly, especially regarding date filtering: it warns that findings_end_date is not the case conclusion date and advises using a wider window when filtering for recent cases. It does not explicitly state when not to use it or name alternative tools, but the context is clear enough to prevent common misuse.

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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 28 tool updatesv0.1.0
    • First observedadv_estimate
    • First observedask_government_data
    • First observedbusiness_entity_detail
    • First observedbusiness_entity_search
    • First observedcensus_area_profile
    • First observeddol_datasets_search
    • First observedforeign_labor_fields
    • First observedforeign_labor_files
    • First observedforeign_labor_search
    • First observedlca_disclosure_fields
    • First observedlca_disclosure_files
    • First observedlca_employer_profile
    • First observedlca_search
    • First observedosha_fields
    • First observedosha_inspection_detail
    • First observedosha_inspection_search
    • First observedosha_state_plan_lookup
    • First observedplaces_detail
    • First observedplaces_search
    • First observedsam_opportunities_search
    • First observedsam_opportunity_detail
    • First observedsam_reference
    • First observedsos_portal_lookup
    • First observedusaspending_award_search
    • First observedwhd_enforcement_case
    • First observedwhd_enforcement_fields
    • First observedwhd_enforcement_metadata
    • First observedwhd_enforcement_query

TDQS

B3.4/5.0

Scored across 28 tools

Disambiguation5/5

Each tool targets a distinct data source or operation, such as FLSA screening, business entity lookup, OSHA inspections, foreign labor disclosures, places search, SAM.gov opportunities, USAspending awards, and WHD enforcement. Overlaps are minimal, and even similar tools like foreign_labor_files and lca_disclosure_files serve different datasets (OFLC vs. LCA).

Naming Consistency3/5

Tool names use snake_case but lack a consistent verb_noun pattern (e.g., adv_estimate, ask_government_data, osha_fields, sos_portal_lookup). Some are descriptive phrases, others are noun-first. The mix of styles and lack of uniformity reduces predictability.

Tool Count3/5

28 tools is on the higher side for a single server, covering multiple domains (WHD, OSHA, foreign labor, entities, places, SAM, USAspending). While each tool has a purpose, the breadth could be split into more focused servers. The count feels heavy but not extreme.

Completeness3/5

The server covers a wide range of DOL-related data sources, but there are notable gaps such as missing tools for WHD wage determinations, child labor, or DOL regulatory guidance. Some foreign labor tools are present but not exhaustive. The surface is broad but not fully comprehensive.

Maintenance

ActivityInactive
ResponsivenessNo issues

Related MCP Connectors

Related MCP Servers

  • F
    license
    B
    quality
    D
    maintenance
    An MCP server for interacting with the USAspending.gov API, supporting local use with Claude Desktop and cloud deployment with login.gov authentication.
    3
    10
    -
  • A
    license
    Not graded
    quality
    D
    maintenance
    A comprehensive MCP server implemented in TypeScript that provides access to the German BIM Portal REST API, enabling querying of organizations, building properties, LOINs, domain models, and AIA resources through natural language.
    5 npm
    2
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Search official US government data from any MCP client: building permits from 10 city open-data portals, federal contract opportunities from SAM.gov with contracting-officer contacts, and the CMS NPI healthcare-provider registry. Open-source TypeScript server; data delivered via Apify's pay-per-result actors using your own Apify token.
    3
    MIT