Skip to main content
Glama

Informations cadastrales

cadastre
Read-onlyIdempotent

Find the nearest cadastral objects (arrondissement, commune, feuille, parcelle, subdivision fiscale, localisant) for a given longitude and latitude. Returns results with reusable feature references for further spatial queries.

Instructions

Renvoie, pour un point donné par sa longitude et sa latitude, la liste des objets cadastraux (arrondissement, commune, feuille, parcelle, subdivision_fiscale, localisant) les plus proches, avec leurs informations associées. Les résultats sont retournés au plus une fois par type lorsqu'ils sont disponibles et incluent un feature_ref WFS réutilisable. Le feature_ref est directement réutilisable dans gpf_wfs_get_features avec spatial_operator="intersects_feature". La distance de recherche est fixée à 10 mètres. Si aucun objet n'est trouvé dans les 10 mètres, le résultat est vide. Pour récupérer exactement l'objet correspondant au feature_ref, utiliser gpf_wfs_get_feature_by_id. (source : Géoplateforme (WFS, CADASTRALPARCELS.PARCELLAIRE_EXPRESS)).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
lonYesLa longitude du point.
latYesLa latitude du point.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultsYesLa liste des objets cadastraux les plus proches du point demandé.
Behavior5/5

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

Annotations (readOnlyHint, etc.) are consistent. Description adds behavioral details: results unique per type, fixed 10m radius, includes reusable feature_ref, and source. No contradictions.

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?

Description is concise, front-loaded with purpose, followed by result characteristics, usage guidance, and source. No redundant sentences; every sentence adds value.

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

Completeness5/5

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

Output schema exists, so return values need not be explained. Description covers search radius, empty result behavior, feature_ref reusability, and cross-references, making it complete for a query 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?

Input schema has 100% coverage with clear descriptions for lon/lat. The description adds no new semantic details beyond stating the point is given by those parameters, so 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 states the tool returns cadastral objects (arrondissement, commune, feuille, parcelle, etc.) for a given point via lon/lat parameters, distinguishing it from siblings like geocode or gpf_wfs_get_feature_by_id.

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

Usage Guidelines5/5

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

Provides explicit guidance: use for nearest cadastral objects, mentions search radius (10m), behavior when empty, and cross-references to sibling tools gpf_wfs_get_features and gpf_wfs_get_feature_by_id for further operations.

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