Skip to main content
Glama
julienkalamon

IGN API Carto MCP Server

Get wine appellations (AOC/IGP)

ign_get_aoc_viticoles
Read-onlyIdempotent

Query French wine appellation zones (AOC, IGP, VSIG) by providing a geographic area to identify which appellations cover specific vineyards or regions using IGN's official data.

Instructions

Query wine appellation zones (AOC, IGP, VSIG) in France.

This tool accesses wine appellation data maintained by FranceAgriMer based on INAO data.

Args:

  • geom (string): GeoJSON geometry to intersect (required)

  • apikey (string, optional): IGN API key (required for this endpoint, get one at https://geoservices.ign.fr/)

  • source (string): Data source - 'prd' (production) or 'qlf' (qualification). Default: 'prd'

Returns: GeoJSON FeatureCollection with appellation zones including:

  • appellation: Appellation name

  • idapp: Appellation ID

  • type: AOC/IGP/VSIG

Examples:

  • "What wine appellations cover this vineyard?" -> geom={"type":"Point",...}, apikey="your-key"

  • "Find AOC zones in Bordeaux region" -> geom={"type":"Polygon",...}, apikey="your-key"

Note: This endpoint requires an IGN API key. Get one for free at https://geoservices.ign.fr/

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
geomYesGeoJSON geometry (required)
apikeyNoIGN API key (required - get one at https://geoservices.ign.fr/)
sourceNoData source: 'prd' (production) or 'qlf' (qualification)prd
response_formatNoOutput format: 'markdown' for human-readable or 'json' for machine-readablemarkdown
Behavior4/5

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

Annotations already indicate read-only, open-world, idempotent, and non-destructive behavior. The description adds valuable context beyond this: it discloses the data source (FranceAgriMer based on INAO data), notes that an IGN API key is required (with a link to obtain one), and specifies the return format (GeoJSON FeatureCollection with specific attributes). This enriches the agent's understanding of authentication needs and output structure.

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 well-structured and appropriately sized. It starts with a clear purpose statement, followed by data source info, a concise Args section, Returns details, practical examples, and a necessary note about API key requirements. Each sentence adds value without redundancy, making it efficient and easy to parse.

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?

Given the tool's complexity (spatial query with authentication), the description is complete. It covers purpose, data source, parameters (with schema doing heavy lifting), return format, examples, and authentication requirements. Although there is no output schema, the description adequately explains the GeoJSON FeatureCollection structure, making it sufficient for agent use.

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%, so the schema already documents all parameters thoroughly. The description adds minimal value beyond the schema: it briefly mentions the 'geom' parameter as 'GeoJSON geometry to intersect' and notes the API key requirement, but does not provide additional syntax or format details. This meets the baseline for high schema coverage.

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's purpose: 'Query wine appellation zones (AOC, IGP, VSIG) in France.' It specifies the exact resource (wine appellations), geographic scope (France), and types (AOC/IGP/VSIG). This distinguishes it from sibling tools that handle administrative limits, cadastre, communes, etc., making the purpose specific and well-differentiated.

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 provides clear context for when to use this tool through examples ('What wine appellations cover this vineyard?' and 'Find AOC zones in Bordeaux region'), which implicitly guides usage for spatial queries about wine appellations. However, it does not explicitly state when NOT to use it or name alternatives among sibling tools, though the examples help infer appropriate scenarios.

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/julienkalamon/ign-apicarto-mcp-server'

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