Skip to main content
Glama

Pieces d'un permis de construire en France

get_french_building_permit_pieces
Read-onlyIdempotent

Les pieces a joindre a une demande de permis de construire pour une maison individuelle en France (formulaire Cerfa 13406*15), en distinguant celles qui sont exigees partout de celles que le terrain declenche : sismicite, plan de prevention des risques, monument historique. Faits lus au centre de la commune, pas a une adresse.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
code_inseeYesCode INSEE de la commune, cinq caracteres, par exemple 31395 (Muret).

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already indicate read-only, idempotent, open-world, non-destructive behavior. The description adds meaningful behavioral detail: output distinguishes universally required pieces from terrain-triggered ones, and facts are based on commune center rather than a specific address. This exceeds annotation coverage.

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?

A single, dense sentence carries the full purpose, scope, output categorization, and spatial limitation without redundancy. Every clause earns its place, and key information is front-loaded.

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?

For a simple one-parameter, read-only tool with no output schema, the description covers purpose, scope, granularity, and categories of results. It does not enumerate the actual pieces, but that is not required for tool selection; the description is reasonably complete for invoking the tool correctly.

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

Parameters4/5

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

Schema coverage is 100%, so the baseline is 3. The description adds value by explaining that code_insee determines commune-level triggers like sismicite, risk prevention plans, and historic monuments, and clarifies spatial resolution (commune center). This goes beyond the schema's format-only description.

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 names a specific resource ('pieces a joindre a une demande de permis de construire pour une maison individuelle'), specifies the Cerfa form, and distinguishes universal requirements from terrain-triggered ones. This clearly differentiates it from the urbanism-rule siblings.

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 makes the context clear: it is for an individual house building permit in France, with results read at commune center, not at an address. It implicitly excludes address-level use but does not explicitly name alternatives or state when-not-to-use relative to the sibling tools.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.1/5.0
Disambiguation4/5

Each tool targets a distinct entry point: permit checklist, street-level rules, zone-level rules, and full-text search. The street and zone tools are the closest pair, but their descriptions clearly separate 'along a street' from 'for a zone', so misselection is unlikely.

Naming Consistency5/5

All tools use snake_case with a get_french_* / search_french_* prefix that clearly signals the domain. The consistent 'french_urbanism' block in three tools and 'french_building_permit' for the checklist makes the resource being queried predictable.

Tool Count5/5

Four tools is a reasonable, focused size for a read-only French urbanism/permits domain. Each tool covers a distinct query mode, and none feels redundant or decorative.

Completeness4/5

The set covers the main ways to consult French urbanism rules: by street, by zone, and by keyword search, plus the permit-pieces checklist. There are minor gaps such as no direct parcel/address-to-zone lookup or non-individual-house permit variants, but agents can usually route through street or search tools.

Resources