Skip to main content
Glama
cyntrica

Gov Data MCP

by cyntrica

nara_search

Read-only

Search the National Archives catalog to find historical records, documents, photographs, and government publications. Retrieve metadata with titles, descriptions, dates, and links to digitized content.

Instructions

Search the National Archives catalog for historical records, documents, photographs, and government publications. Returns record metadata including titles, descriptions, dates, and links to digitized content. Rate limited to 10,000 queries/month.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoResults to return (default 20, max 100)
queryYesSearch keywords: 'civil war', 'moon landing', 'constitution', 'executive order'
offsetNoOffset for pagination (default 0)
Behavior4/5

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

Annotations already include readOnlyHint=true, so the description appropriately adds context beyond that by mentioning the rate limit (10,000 queries/month) and what the return includes (record metadata, titles, descriptions, dates, links). This is useful behavioral context without contradicting the annotations.

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, each earning its place: purpose, return value, and a critical constraint (rate limit). It is front-loaded with the primary verb and resource, and contains no fluff.

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?

For a simple search tool without an output schema, the description covers what the tool does, what it returns, and a practical limitation. It doesn't mention pagination details, but the schema documents offset/limit, so the description is adequately complete. The sibling nara_record is not referenced, but isn't required.

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 the parameters query, limit, and offset are already documented. The description adds no additional meaning beyond what the schema provides, earning the baseline score.

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 a specific verb ('Search') and resource ('National Archives catalog'), and lists the types of content (historical records, documents, photographs, government publications). It distinguishes itself from the sibling tool nara_record by describing a search operation rather than a record detail lookup.

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 implies usage for searching the catalog and notes a rate limit, but it does not explicitly state when to use this tool versus alternatives like nara_record, nor does it mention exclusions or prerequisites. The context is clear but relies on inference.

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