Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DISTRICTAPI_KEYYesYour District API key. Get a free API key at https://districtapi.dev.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
lookup_district_by_addressA

Find the public school district serving a US street address.

Returns the district name, NCES ID, state, enrollment, school count, per-pupil expenditure, and demographic breakdown.

Args: address: Full US street address, e.g. "1600 Pennsylvania Ave, Austin, TX"

get_districtA

Get full profile for a school district by its NCES LEA ID.

Args: nces_id: 7-digit NCES Local Education Agency ID, e.g. "4807380"

search_districtsA

Search for school districts by name, optionally filtered by state.

Args: name: Full or partial district name, e.g. "Austin" or "Austin ISD" state: Two-letter state code to narrow results, e.g. "TX" (optional)

get_district_schoolsA

List all schools in a district.

Args: nces_id: 7-digit NCES LEA ID of the district

get_schoolA

Get full profile for a school by its NCES school ID.

Args: nces_id: 12-digit NCES school ID

find_schools_near_addressA

Find public schools within a radius of a US street address.

Args: address: Full US street address radius_miles: Search radius in miles (default 5.0, max 25.0)

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/DistrictAPI/districtapi-mcp'

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