Skip to main content
Glama

Géocodage de lieux et d’adresses

geocode
Read-onlyIdempotent

Transform free text queries into geocoded autocomplete results with precise coordinates, full label, and location metadata (kind, city, zipcode), ready for use in spatial tools.

Instructions

Renvoie des résultats d'autocomplétion géocodés à partir d'un texte libre (lieu, adresse, POI), avec coordonnées, libellé complet et informations de localisation (kind, city, zipcode). Les coordonnées lon/lat retournées sont directement réutilisables dans tous les autres tools. Le champ kind indique le type de résultat (ex : monument, street, city, locality). (source : Géoplateforme (service d'autocomplétion)).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYesLe texte devant être completé et géocodé
maximumResponsesNoLe nombre maximum de résultats à retourner (entre 1 et 10). Défaut : 3.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultsYesLa liste ordonnée des résultats géocodés.
Behavior4/5

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

Annotations already indicate read-only, idempotent, non-destructive behavior. The description adds value by mentioning the data source (Géoplateforme) and specific fields returned (kind, city, zipcode), providing behavioral context beyond annotations without contradiction.

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 (two sentences), front-loaded with key purpose and output, and includes only essential information with no wasted words.

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?

Given the tool has an output schema and the description explains return fields, the context is fairly complete. Lacks details on error handling or rate limits, but not critical for this non-destructive tool.

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 each parameter described. The description does not add meaningful extra semantics beyond what the schema already provides (e.g., text is free text, maximumResponses has min/max/default). Baseline 3 is appropriate.

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 specifies the tool returns geocoded autocomplete results from free text, including coordinates and location info. This distinguishes it from sibling tools (e.g., adminexpress, altitude) that serve different purposes.

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 notes that returned coordinates are reusable in other tools, providing some usage context. However, it does not explicitly state when to use this tool versus alternatives or when not to use it.

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/ignfab/geocontext'

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