Skip to main content
Glama

US federal rules taking effect

Check a claimed fact about a rule against the register

verify_quote
Read-only

Is this right? Check a claim about a final rule — its effective date, its agency, the CFR parts it amends — against the Federal Register record instead of trusting it. Says whether the claim matches a stored value, appears only in the verbatim quote, or differs (and then what the record says instead). Effective dates are exactly where a confident wrong answer costs money.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fieldNoWhich field the claim is about, if you know it. Without it, every stored field of the record is checked.
claimed_valueYesThe value to check, exactly as claimed, e.g. "Terminated" or "2026-10-29".
document_numberYesFederal Register document number of the rule the claim is about, e.g. "2026-13685".

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
matchNo
recordNo
verdictYesmatches_record: the claim equals a stored value (match.match_type says how exactly). matches_quote: it appears in the verbatim source quote but is not a stored value. differs: the record was found and says something else — stored_values shows what. not_found: the record was not located, which says nothing about whether the claim is true.
attestationYes
quote_sourceNo
claimed_valueYes
stored_valuesNo
in_source_quoteNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.4/5.0
Behavior5/5

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

Annotations already declare readOnlyHint=true, openWorldHint=false, and destructiveHint=false, so the safety profile is covered. The description adds valuable behavioral detail beyond annotations: the three possible verification outcomes and that, when the claim differs, it reports 'what the record says instead.' This is genuinely useful for an agent deciding whether the tool answers its question.

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, front-loaded with the core action and examples of the claim types. The final sentence about effective dates is motivational context rather than strictly necessary for invoking the tool, but it does not waste much space or obscure the main guidance.

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?

For a tool with only 3 parameters, 2 required, annotations covering safety, and an output schema present, the description plus schema is fully sufficient. It explains the tool's purpose, the kind of claims it handles, and the types of answers it returns, with no critical gap for an agent to select and call it correctly.

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%, and the schema already documents each parameter with examples, including the optional `field` behavior. The description reinforces these ideas but does not add substantial meaning beyond what the schema already provides, so the 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 uses a specific verb and resource: 'Check a claim about a final rule ... against the Federal Register record.' It also explains the result taxonomy ('matches a stored value, appears only in the verbatim quote, or differs'), which clearly distinguishes this verification tool from the retrieval/list sibling tools.

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 gives clear usage context: use this when you have a claim about a rule's effective date, agency, or CFR parts and you want to verify it 'instead of trusting it.' It does not explicitly name alternatives or state when not to use it, but sibling tools are clearly different in purpose (retrieval vs. verification), so no exclusion is truly needed.

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.