Skip to main content
Glama
cyntrica

Gov Data MCP

by cyntrica

nara_record

Read-only

Retrieve complete metadata for a National Archives record by NARA ID, including descriptions, creators, and links to digitized content when available.

Instructions

Get full details for a specific National Archives record by NARA ID. Returns complete metadata, descriptions, creators, and links to digitized content when available.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nara_idYesNARA record ID (from search results)
Behavior4/5

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

The annotation readOnlyHint=true already communicates the read-only nature. The description adds behavioral context by stating what the response contains ('complete metadata, descriptions, creators, and links to digitized content when available'), which is useful beyond the annotation.

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?

Two concise sentences with the key verb and resource up front. No filler or redundant wording; every sentence adds value.

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 one-parameter read tool with no output schema, the description adequately covers return values and the conditional nature of digitized links. It doesn't mention error behavior, but that is a minor gap for such a straightforward fetch operation.

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 coverage is 100% and the schema description already explains 'NARA record ID (from search results)'. The description repeats the parameter name without adding new semantic detail, so the baseline of 3 is appropriate.

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 ('Get full details') and a specific resource ('National Archives record') with a clear scope ('by NARA ID'). It unambiguously distinguishes itself from the sibling 'nara_search' tool, which is the search counterpart.

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 implies the usage context: you need a specific NARA ID to fetch details. It doesn't explicitly mention 'use after nara_search' or list exclusions, but the context is clear enough for an agent to infer when this tool is appropriate.

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