Skip to main content
Glama

postingcheck

check_job_posting_pay_transparency

Scan a job posting's text against US state/DC salary-range-disclosure laws (CA, CO, CT, HI, IL, MD, MA, MN, NV, NJ, NY, RI, VT, VA, WA, DC) and flag exactly which required element (salary range, benefits description) is detectably missing, with the statute citation. Conservative: never certifies a posting as compliant, only flags what's missing. Not legal advice.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
statesNoState/DC codes to check against. Defaults to all 16 covered jurisdictions if omitted.
posting_textYesThe full text of the job posting
employee_countNoEmployer's total employee count, used for laws with a minimum-employee threshold (optional)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/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, and it does unusually well: it discloses the conservative posture ('never certifies a posting as compliant, only flags what's missing') and a liability boundary ('not legal advice'). It omits practical traits such as determinism, handling of ambiguous text, or rate limits, so it falls short of a 5.

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?

Three sentences, front-loaded with the core action, each carrying distinct load: scope and output, conservative behavior guarantee, and legal disclaimer. No filler or repetition of the tool name.

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 no output schema and no annotations, the description must convey behavior and result shape, which it largely does by naming the flagged elements and citation format. It is close to complete; only edge-case behavior (e.g., postings with partial salary ranges, multiple states matching) is left unaddressed.

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 documents posting_text, states (with default of all 16), and employee_count. The description adds no syntax or semantic detail beyond what the schema provides (the element names mentioned relate to output, not input), so the baseline of 3 applies.

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?

States a specific verb (scan) and resource (job posting text) constrained to a named, enumerated set of jurisdictions, and states what it outputs (which required element is missing, with statute citation). No sibling ambiguity exists, and the tool's scope is unmistakable.

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 makes the use case clear (checking a posting against pay-transparency laws) and scopes it to US state/DC jurisdictions, plus a 'not legal advice' caveat. It does not, however, state when NOT to use it or what alternative exists for adjacent compliance questions, since there are no siblings to route to.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources