Skip to main content
Glama
lzinga

US Government Open Data MCP

naep_available_variables

Discover demographic and survey variables available for NAEP assessment data analysis. Identify variables by subject, cohort, and year to prepare for score queries.

Instructions

List available independent variables for a NAEP subject, cohort, and year. Use this to discover what demographic/survey variables are available before querying scores. Returns variable names (Varname), short labels, and long labels.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
subjectYesSubject: 'reading', 'math', 'science', etc. Aliases accepted.
cohortYesCohort: 1 (grade 4/age 9), 2 (grade 8/age 13), 3 (grade 12/age 17)
yearsYesComma-separated years: '2022' or '2019,2022'
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses that the tool returns variable names, short labels, and long labels, which adds behavioral context. However, it lacks details on permissions, rate limits, or error handling, leaving gaps for a tool with no annotation coverage.

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 front-loaded with the core purpose in the first sentence, followed by usage guidance and return details in subsequent sentences. Every sentence adds value without redundancy, making it efficiently structured and appropriately sized for the tool's complexity.

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's moderate complexity (3 required parameters, no output schema, no annotations), the description is fairly complete: it explains the purpose, usage context, and return values. However, it could improve by mentioning potential constraints like data availability or format specifics, though the lack of output schema is mitigated by describing return types.

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 schema already documents all three parameters thoroughly. The description adds no additional parameter semantics beyond implying the tool filters variables by subject, cohort, and years, which is already covered in the schema descriptions. This meets the baseline for high schema coverage.

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 the tool's purpose with specific verbs ('List available independent variables') and resources ('for a NAEP subject, cohort, and year'), and distinguishes it from sibling tools by specifying its role in discovering demographic/survey variables before querying scores, which is unique among the listed siblings like 'naep_scores' or 'naep_compare_groups'.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly states when to use this tool ('Use this to discover what demographic/survey variables are available before querying scores'), providing clear context and an alternative action (querying scores), which helps the agent understand its preparatory role versus other NAEP tools that might retrieve actual data.

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/lzinga/us-government-open-data-mcp'

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