Skip to main content
Glama
cturkieh

France Data MCP

reverse_geocode

Read-onlyIdempotent

Convert GPS coordinates to the nearest address in France using official IGN data. Returns null for locations outside metropolitan France and overseas territories.

Instructions

Géocodage inverse : à partir de coordonnées GPS, retrouve l'adresse la plus proche. Source : IGN Géoplateforme. Couverture France métropolitaine + DOM uniquement : des coordonnées hors zone (ex. New York) ou en pleine mer renvoient null (pas une erreur — c'est l'absence de résultat, pas une panne).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
lonYesLongitude (WGS84).
latYesLatitude (WGS84).
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already indicate safety (readOnlyHint=true, destructiveHint=false). The description adds behavioral details: uses IGN Géoplateforme, covers specific regions, and returns null for out-of-range coordinates. There is no contradiction with annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise, well-structured, and front-loaded. It conveys purpose, source, coverage, and edge-case behavior in two clear sentences without redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers the essential purpose, source, coverage, and null behavior. However, since there is no output schema, the description could mention the format of the returned address (e.g., string or structured object) to be fully complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100% with basic descriptions for lon and lat. The description adds context about coordinates being in WGS84 but does not provide additional semantic meaning beyond what the schema already conveys. The null behavior is beneficial but not parameter-specific.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it performs reverse geocoding from GPS coordinates to find the nearest address, specifying the data source (IGN Géoplateforme) and geographical coverage. It effectively differentiates from sibling tools like geocode_adresse (forward geocoding) by focusing on the inverse operation.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly mentions when to use the tool (reverse geocoding) and provides important usage context: coverage limited to metropolitan France and DOM, and that coordinates outside this area return null (not an error). However, it does not explicitly list alternative tools for other use cases.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/cturkieh/france-data-mcp'

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