AgentPMT
Federal and State Education Data Hub

Federal and State Education Data Hub

Function

Available ActionsEach successful request consumes credits as outlined below.

query_education_data20cr

Details

Unified education analytics tool for public datasets covering literacy, enrollment, completion, equity, accountability, and school performance. Supports natural-language queries and routes requests across education-focused sources to return usable comparisons by country, state, and region.

Use Cases

Education policy analysis,School performance benchmarking,Literacy and enrollment trends,Regional equity reporting,Program impact evaluation

Actions(1)

query_education_data20cr8 params(1 required)

Fetch education statistics for a country or region from the World Bank World Development Indicators database.

Fetch education statistics for a country or region from the World Bank World Development Indicators database.

country_or_regionrequiredstring

Country or region name in plain language (e.g., 'Kenya', 'South Africa', 'World', 'Sub-Saharan Africa').

education_levelstring

Education level to query: 'primary', 'secondary', 'tertiary', 'literacy', or 'all'.

Values:
primarysecondarytertiaryliteracyall
Default: all
gender_disaggregationboolean

Include gender-disaggregated data (male/female breakdowns).

Default: false
time_periodstring

Time period: 'latest' for most recent, specific year like '2020', or range like '2015:2020'.

Default: latest
include_gender_parityboolean

Include gender parity indices (ratio of female to male enrollment/literacy).

Default: true
include_teacher_ratiosboolean

Include pupil-teacher ratios.

Default: false
include_completion_ratesboolean

Include completion rates where available.

Default: true
compare_to_regionboolean

Include regional averages for comparison.

Default: true

Frequently Asked Questions

How do I connect this tool to an external agent?

Install commands

npm install -g @agentpmt/mcp-router
agentpmt-setup

Hosted MCP config

{
  "mcpServers": {
    "agentpmt": {
      "type": "streamable-http",
      "url": "https://api.agentpmt.com/mcp",
      "headers": {
        "Authorization": "Bearer <AGENTPMT_BEARER_TOKEN>",
        "x-instance-metadata": "{\"client\":\"generic-mcp\",\"platform\":\"remote\"}"
      }
    }
  }
}

How does an external agent use this tool?

Agent prompt

Call the AgentPMT-Tool-Search-and-Execution tool with action 'get_schema' and tool_id 6980d5aa71cad8f61bf5b1a8 ("Federal and State Education Data Hub"). Then call the same tool with action 'call_tool', tool_id 6980d5aa71cad8f61bf5b1a8, and the parameters needed for my request.

Looking for help integrating AI into your business? Set up a free consultation.

Federal and State Education Data Hub by Apoth3osis | AgentPMT