Skip to main content
Glama
aml25

Federal Register MCP Server

by aml25

get_executive_order_full_text

Retrieve the complete full text of any executive order by its number to access detailed directives, legal citations, and implementation language not available in abstracts or titles.

Instructions

Fetch the complete full text of a specific executive order by its EO number. The full text provides detailed policy language, specific directives, legal citations, and implementation details that are not available in abstracts or titles.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
eo_numberYesThe executive order number (e.g., 14067, 13769)
Behavior4/5

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

With no annotations provided, the description carries the full burden. It explicitly states the tool fetches the complete full text and enumerates the types of content it contains (policy language, directives, legal citations, implementation details), giving a clear picture of the returned data. It does not mention output format or potential limitations, but for a straightforward fetch-by-ID tool this is sufficient behavior disclosure.

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 two sentences with the action verb and resource in the first sentence, immediately front-loaded. The second sentence justifies the tool's value by describing what the full text contains, with no filler or redundant phrasing.

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 tool has only one parameter and no output schema, the description adequately covers what the tool returns by describing the full text's components. It doesn't explain error behavior for nonexistent EO numbers, but that is a minor gap for such a simple request; the description is complete for practical agent use.

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?

The input schema already provides 100% coverage for the single parameter eo_number, including an example. The description only repeats 'by its EO number' without adding syntax, formatting, or edge-case information, so it adds minimal value beyond the schema.

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 ('Fetch') and clearly identifies the resource (complete full text of a specific executive order) and the lookup key (EO number). It also distinguishes itself from siblings by noting that the full text contains details 'not available in abstracts or titles', which sets it apart from get_executive_order or search 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 implies when to use this tool by highlighting the added value over abstracts/titles—when the agent needs detailed policy language, legal citations, and implementation details. It does not explicitly name alternative tools or provide explicit 'when not to use' guidance, but the contrast with abstracts/titles gives clear context for selection.

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/aml25/federal-register-mcp'

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