Skip to main content
Glama

regulatory_radar

Read-onlyIdempotent

Check if a CFR rule is outdated: compare its last revision to amendment dates of authorizing statutes, flagging any that changed afterwards. Identify regulations that may no longer match their legal authority.

Instructions

Check whether a CFR part has fallen behind the statutes it was issued under. Reads the part's Authority note, finds when each authorising statute was last amended, compares that against when the rule was last revised, and flags any statute that moved afterwards. Use for compliance review and for spotting rules that may no longer match their authority.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
partNoCFR part number, e.g. "261".
titleNoCFR title number, e.g. "40".
citationNoCFR part citation, e.g. "40 CFR 261".
maxStatutesNoHow many authority statutes to check.
govinfoApiKeyNo
Behavior4/5

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

Annotations already indicate read-only, idempotent, and non-destructive behavior. The description adds meaningful context by revealing the underlying algorithm: reading the Authority note, finding statute amendments, comparing with rule revisions, and flagging changes. It does not, however, disclose output format or external API dependencies, which would strengthen transparency further.

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 three sentences with no filler: the first states the purpose, the second details the process, and the third gives use cases. It is front-loaded and every sentence earns its place.

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?

The description is quite complete for a read-only analysis tool: it covers purpose, method, and use cases, and annotations cover safety semantics. However, since there is no output schema, the description only hints at the result ('flags any statute') without specifying the output format. It could also be clearer about the dependency on external data (e.g., govinfo API), though that is implied by openWorldHint and the API key parameter.

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 80% (4 of 5 parameters have descriptions), so the baseline is 3. The description provides overall context that helps interpret part/title/citation but adds no parameter-specific detail beyond the schema. The undocumented govinfoApiKey remains unexplained, but with high schema coverage the description need not compensate heavily.

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's specific purpose: checking whether a CFR part has fallen behind its authorizing statutes. It explains the analytical process (reads Authority note, compares amendment dates, flags changes) and thus distinguishes itself from generic legal research siblings like search_law or get_law_text.

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?

It explicitly states when to use it: 'Use for compliance review and for spotting rules that may no longer match their authority.' This provides clear context. However, it does not mention when not to use it or name alternative tools, so it lacks explicit exclusions.

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/seelpeed-debug/us-law-mcp'

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