Skip to main content
Glama

Education Data MCP Server

by ckz

get_education_data_summary

Aggregate education data by querying specific levels, sources, topics, and variables, then calculate summary statistics like average, sum, or median for detailed insights.

Instructions

Retrieve aggregated education data from the Urban Institute's Education Data API

Input Schema

NameRequiredDescriptionDefault
byYesVariables to group results by
filtersNoOptional query filters
levelYesAPI data level to query
sourceYesAPI data source to query
statYesSummary statistic to calculate (e.g., 'sum', 'avg', 'count', 'median')
subtopicNoOptional additional parameters (only applicable to certain endpoints)
topicYesAPI data topic to query
varYesVariable to be summarized

Input Schema (JSON Schema)

{ "properties": { "by": { "description": "Variables to group results by", "items": { "type": "string" }, "type": "array" }, "filters": { "description": "Optional query filters", "type": "object" }, "level": { "description": "API data level to query", "type": "string" }, "source": { "description": "API data source to query", "type": "string" }, "stat": { "description": "Summary statistic to calculate (e.g., 'sum', 'avg', 'count', 'median')", "type": "string" }, "subtopic": { "description": "Optional additional parameters (only applicable to certain endpoints)", "type": "string" }, "topic": { "description": "API data topic to query", "type": "string" }, "var": { "description": "Variable to be summarized", "type": "string" } }, "required": [ "level", "source", "topic", "stat", "var", "by" ], "type": "object" }
Install Server

Other Tools from Education Data MCP Server

Related Tools

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/ckz/edu_data_mcp_server'

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