federal_register
Search the daily Federal Register — proposed rules, final rules, presidential notices.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | RULE, NOTICE, PRORULE | |
| query | Yes | Search terms | |
| agency | No | e.g. SEC, EPA |
Search the daily Federal Register — proposed rules, final rules, presidential notices.
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | RULE, NOTICE, PRORULE | |
| query | Yes | Search terms | |
| agency | No | e.g. SEC, EPA |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden. It correctly indicates a read operation ('Search'), but does not disclose any additional behavioral traits such as rate limits, authentication requirements, or pagination behavior. This is acceptable for a simple search tool, but leaves gaps for an unaware agent.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, front-loaded sentence with no wasted words. It is efficient and immediately conveys the tool's purpose.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's simplicity (3 params, no nested objects, no output schema), the description is mostly complete. It could mention result format or search scope (e.g., 'full text'), but this is a minor omission. The schema already covers parameter details.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% with each parameter described. The description adds no further meaning beyond the schema (e.g., for 'type' it lists possible values but no additional context like format or required status). Since the schema is thorough, the baseline score of 3 applies.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the action ('Search'), the resource ('the daily Federal Register'), and the document types covered ('proposed rules, final rules, presidential notices'). However, it does not differentiate from sibling tools like 'regulations_search', which could cause confusion for an agent choosing between similar options.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is provided on when to use this tool versus alternatives, or when not to use it. The description only states what it does, leaving the agent to infer usage context from the name and description alone.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.