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

Search DOL Foreign Labor Disclosure Data

foreign_labor_search

Search and normalize DOL OFLC disclosure records for foreign labor certification data across LCA, PERM, H-2A, H-2B, and CW visa programs.

Instructions

Stream-search and normalize DOL OFLC disclosure XLSX records across LCA, PERM, H-2A, H-2B, and CW programs. ROUTE BY VISA PROGRAM: H-2A is AGRICULTURAL seasonal labor (farms, ranches, NAICS 11) — never use H-2B for farms. H-2B is NON-AGRICULTURAL seasonal labor (landscaping, hospitality, construction, seafood processing) — never use H-2A here. LCA covers H-1B / H-1B1 / E-3 specialty occupations (tech, healthcare, engineering, academics) and is wrong for ag or seasonal labor. PERM is permanent labor certification (green-card sponsorship). CW is CNMI-only. DO NOT call this tool for general restaurant or business research — restaurants almost never sponsor visa workers; use places_search instead. The first call for a given (visaProgram, fiscalYear, fiscalQuarter) downloads the official disclosure workbook and builds a gzipped JSONL cache (slow, can take 30-90s for big LCA quarters); subsequent calls hit the cache in 1-3 seconds. To avoid first-call timeouts, narrow with maxItems and one or more of employerName, worksiteState, socCode, or caseStatus.

Input Schema

TableJSON 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.
Behavior4/5

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

With no annotations, the description carries full burden. It discloses that the first call downloads and caches (slow), subsequent calls hit cache (fast). It also explains that certain visa programs are inappropriate for certain queries. However, it does not explicitly state if the tool is read-only or has side effects beyond caching, which is mostly transparent.

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 relatively long but well-structured. It front-loads the main purpose and routing instructions, then provides performance notes. Every sentence adds value, though it could be slightly more concise without losing clarity.

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 11 parameters and no output schema, the description covers the tool's functionality, usage guidance, performance characteristics, and parameter hints. It does not explicitly describe the output format, but mentions 'matching records' and cache format. It is fairly complete for this complexity level.

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

Parameters5/5

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

Schema coverage is 100%, but the description adds significant value beyond the schema. It explains the meaning of visaProgram values (agriculture, non-agriculture, etc.), warns about first-call timeout, and clarifies that maxItems=0 means no cap. This helps the agent select and invoke correctly.

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 stream-searches and normalizes DOL OFLC disclosure records across LCA, PERM, H-2A, H-2B, and CW programs. It distinguishes from siblings by specifying when to use which visa program, and explicitly warns not to use for general restaurant research, directing to places_search instead.

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

Usage Guidelines5/5

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

The description provides explicit routing instructions by visa program (e.g., 'H-2A is AGRICULTURAL seasonal labor... never use H-2B for farms'), tells when not to use (e.g., restaurants), and suggests narrowing parameters (maxItems, employerName, etc.) to avoid first-call timeouts. It also mentions that first call is slow and subsequent calls are fast.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/UHQ-Actual/DOL_MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server