mcp-french-school-map
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 5 tools
Each tool targets a clearly distinct action: listing sources, fetching excerpts, searching schools, searching datasets, and building context. No overlap or ambiguity between them.
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.
Five tools precisely cover the server's purpose—accessing school data and sources—without redundancy or unnecessary bloat.
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.