Tools Reference
NAEP (National Assessment of Educational Progress)
4 tools for accessing NAEP (National Assessment of Educational Progress) data. No additional API key required.
naep-scores
Query NAEP assessment scores — the "Nation's Report Card" for student achievement in math, reading, science, and more.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| subject | string | optional | Subject: "mathematics", "reading", "science" |
| grade | number | optional | Grade level: 4, 8, or 12 |
| state | string | optional | State name or abbreviation |
| year | number | optional | Assessment year |
Example
naep-scores(subject: "mathematics", grade: 8, year: 2024)naep-achievement-levels
Get NAEP achievement level percentages — Below Basic, Basic, Proficient, and Advanced by state and demographic.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| subject | string | optional | Subject |
| grade | number | optional | Grade level |
| state | string | optional | State |
| year | number | optional | Assessment year |
Example
naep-achievement-levels(subject: "reading", grade: 4, state: "CA")naep-gap-analysis
Analyze achievement gaps between student groups — by race/ethnicity, gender, socioeconomic status, and more.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| subject | string | optional | Subject |
| grade | number | optional | Grade level |
| gap | string | optional | Gap dimension: "race", "gender", "lunch_eligibility" |
| state | string | optional | State |
Example
naep-gap-analysis(subject: "mathematics", grade: 8, gap: "race")naep-available-variables
List available NAEP variables and breakdowns for a given subject and grade.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| subject | string | required | Subject |
| grade | number | required | Grade level |
Example
naep-available-variables(subject: "reading", grade: 8)