Skip to main content
Glama
cyntrica

Gov Data MCP

by cyntrica

dol_osha_violations

Read-only

Find OSHA violations from workplace inspections by type, standard, and penalty. Access cited standards, current penalties, and abatement status.

Instructions

Search OSHA violations found during workplace inspections. Violation types: S=Serious, W=Willful, R=Repeat, O=Other, U=Unclassified, F=Failure to abate. Returns standard cited, penalty amounts (initial and current), abatement status. Link to inspections via activity_nr.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results (default 25)
offsetNoPagination offset
sort_byNoField to sort by: 'issuance_date' (default), 'current_penalty'
standardNoOSHA standard cited: '19100147' (control of hazardous energy)
viol_typeNoViolation type: S=Serious, W=Willful, R=Repeat, O=Other
sort_orderNoSort direction (default: desc)
activity_nrNoInspection activity number (links to specific inspection)
Behavior4/5

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

Annotations already declare readOnlyHint=true, so the description need not restate safety. It adds useful behavioral detail by listing which fields are returned (standard cited, initial/current penalty, abatement status) and explaining that activity_nr links to inspections. It does not mention pagination, but that is handled in the schema.

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 compact and front-loaded with the primary action. Every sentence adds value: scope, violation type codes, return fields, and linkage to inspections. No filler or redundancy.

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?

With 7 parameters and no output schema, the description covers the key return fields and the relationship to inspections. The schema handles pagination, sorting, and parameter formats. The only notable gap is the violation-type inconsistency, which prevents a perfect score.

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

Parameters2/5

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

Schema coverage is 100%, so baseline is 3, but the description introduces a mismatch: it lists U and F violation types that are not present in the viol_type enum (which only allows S, W, R, O). This can mislead an agent into sending invalid parameter values. It does add the useful clarification that activity_nr links to inspections, but the contradiction outweighs that benefit.

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 opens with a specific verb and resource: 'Search OSHA violations found during workplace inspections.' It clearly distinguishes this tool from sibling tools like dol_osha_inspections and dol_osha_accidents by focusing on violations and their attributes.

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 clearly establishes context: use this when you need OSHA violation records, including cited standards, penalties, and abatement status. It does not explicitly name alternatives or state when not to use it, but the sibling set makes the intended use obvious.

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/cyntrica/gov-data-mcp'

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