Skip to main content
Glama
lzinga

US Government Open Data MCP

dol_osha_accidents

Search OSHA accident and fatality investigations to find event descriptions, dates, locations, and industry codes for workplace safety analysis.

Instructions

Search OSHA accident and fatality investigations. Returns event descriptions, dates, locations, and industry codes. Use dol_osha_accident_injuries to get injury details for a specific accident.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stateNoTwo-letter state code: 'CA', 'TX', 'NY'
sic_codeNoSIC industry code
event_keywordNoEvent keyword: 'fall', 'electrocution', 'struck', 'caught'
sort_byNoField to sort by: 'event_date' (default)
sort_orderNoSort direction (default: desc)
limitNoMax results (default 25)
offsetNoPagination offset
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It mentions what the tool returns but does not describe key behavioral traits such as whether this is a read-only operation, potential rate limits, authentication requirements, error handling, or pagination behavior (implied by offset/limit parameters but not explained). For a search tool with no annotation coverage, this is a significant gap 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?

The description is appropriately sized and front-loaded, consisting of two concise sentences. The first sentence states the purpose and return fields, and the second provides usage guidance with a named alternative. Every sentence earns its place with no wasted words, making it highly efficient.

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 tool's complexity (7 parameters, search functionality) and the absence of annotations and output schema, the description is minimally adequate. It covers the basic purpose and provides some usage guidance, but it lacks details on behavioral aspects, output format, and interactions with sibling tools beyond one mention. This is sufficient for a basic understanding but leaves gaps for effective agent use.

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

Parameters3/5

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

The schema description coverage is 100%, so the schema already documents all 7 parameters thoroughly with descriptions, examples, and enums. The description does not add any parameter-specific semantics beyond what the schema provides, such as explaining how parameters interact or default behaviors. This meets the baseline of 3 when the schema does the heavy lifting.

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's purpose with a specific verb ('Search') and resource ('OSHA accident and fatality investigations'), and it lists the return fields (event descriptions, dates, locations, industry codes). However, it does not explicitly differentiate from all sibling tools beyond mentioning one specific alternative (dol_osha_accident_injuries), leaving other potential overlaps unaddressed.

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 clear context for when to use this tool (for searching accident investigations) and explicitly names an alternative tool (dol_osha_accident_injuries) for getting injury details, which is helpful guidance. However, it does not mention other sibling tools like dol_osha_inspections or dol_osha_violations, nor does it specify when not to use this tool, which limits the score.

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/lzinga/us-government-open-data-mcp'

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