Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
french_school_map_get_sourcesA

List curated sources used by this MCP.

french_school_map_fetch_source_excerptB

Fetch a short text excerpt from a curated source by index or title keyword.

french_school_map_search_schoolsC

Search the national education directory on data.education.gouv.fr.

french_school_map_search_education_datasetsC

Search data.gouv.fr for education datasets such as IPS, Parcoursup, exam results, sectorization and school directory.

french_school_map_school_contextB

Build a source-oriented school comparison context for a commune or address query.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.3/5.0

Scored across 5 tools

Disambiguation5/5

Each tool targets a clearly distinct action: listing sources, fetching excerpts, searching schools, searching datasets, and building context. No overlap or ambiguity between them.

Naming Consistency4/5

All tools share the 'french_school_map_' prefix, but the final tool 'school_context' lacks a clear verb, breaking the get/fetch/search pattern. Minor deviation overall.

Tool Count5/5

Five tools precisely cover the server's purpose—accessing school data and sources—without redundancy or unnecessary bloat.

Completeness4/5

The set covers source discovery, data retrieval, and search across directories and datasets. A minor gap is the lack of direct dataset metadata fetch, but search_education_datasets mostly satisfies this.

Maintenance

ActivityMaintained
ResponsivenessNo issues