Skip to main content
Glama
cyntrica

Gov Data MCP

by cyntrica

fr_presidential_documents

Read-only

Search and retrieve presidential documents, including executive orders, memoranda, proclamations, and other actions, by keyword, type, president, or date range.

Instructions

Search all presidential documents: executive orders, memoranda, proclamations, and other presidential actions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keywordNoSearch keyword
doc_typeNoDocument subtype
end_dateNoEnd date YYYY-MM-DD
per_pageNoResults per page (default: 20)
presidentNoPresident slug: 'donald-trump', 'joe-biden', 'barack-obama', 'george-w-bush', 'william-j-clinton'
start_dateNoStart date YYYY-MM-DD
Behavior3/5

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

Annotations already declare readOnlyHint=true, and the description adds the scope of document types covered, which is useful context. It does not disclose other behavioral traits such as pagination behavior, result ordering, or any limitations, but the read-only nature is already conveyed by annotations and the verb 'Search.' No contradiction.

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, front-loaded sentence that immediately states the action and scope. It wastes no words and provides all necessary high-level information in a compact form.

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?

This is a straightforward search tool with no required parameters and a well-described schema. The description adequately conveys the core purpose and coverage, though it does not explain return value structure or pagination in the absence of an output schema. For the tool's complexity, this is sufficient but not exhaustive.

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%, so every parameter (keyword, doc_type, start_date, end_date, president, per_page) already has a descriptive definition. The description only lists document types that mirror the doc_type enum and adds no additional parameter-level meaning, hence the baseline score of 3.

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 the specific verb 'Search' with the resource 'all presidential documents' and enumerates document subtypes (executive orders, memoranda, proclamations, other presidential actions). This clearly distinguishes it from sibling tools like fr_executive_orders (which targets a subset) and fr_search_rules (which targets rules).

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 clearly states it searches 'all presidential documents,' giving an implicit sense of when to use it as a comprehensive search tool. However, it does not explicitly mention alternatives or when to use a more specific tool (e.g., fr_executive_orders for executive orders only), so it lacks 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/cyntrica/gov-data-mcp'

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