Skip to main content
Glama

Federal Register search

get_federal_register
Read-only

Search Federal Register for rules, proposed rules, notices, and executive orders.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNoDocument type
limitNoMax results, default 20
queryNoSearch term
agencyNoAgency slug (e.g., "environmental-protection-agency", "department-of-defense")

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior4/5

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

Annotations declare readOnlyHint=true and openWorldHint=true, indicating no side effects and external data retrieval. The description adds behavioral context by specifying the types of documents searched (rules, proposed rules, notices, executive orders). It does not cover pagination or rate limits, but the annotations already address safety aspects.

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 a single concise sentence that covers the core purpose and document types. It is front-loaded and contains no extraneous information, earning its place efficiently.

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?

Given the parameter count (4) and lack of output schema, the description adequately conveys the tool's purpose and the types of documents it retrieves. With annotations providing openWorldHint, the external data source is implied. A brief mention of result format would have been beneficial but is not essential given the schema's detailed parameter descriptions.

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%, with all four parameters (type, limit, query, agency) having descriptions. The description does not add meaning beyond what the schema provides; it merely restates document types that are already captured by the enum. Per the rules, baseline is 3 for high coverage.

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 title 'Federal Register search' and description clearly state the verb 'Search' and the resource 'Federal Register', and list specific document types (rules, proposed rules, notices, executive orders). This distinguishes it from sibling tools, which are analytical or retrieve other specific data.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description does not explicitly state when to use this tool versus alternatives. It implies usage for searching Federal Register documents but provides no exclusions or context about when not to use it. However, the sibling tools are all different in nature, making the use case somewhat obvious.

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.