Skip to main content
Glama

Regles d'urbanisme applicables a une rue en France

get_french_urbanism_rules_for_street
Read-onlyIdempotent

La zone du plan local d'urbanisme au droit d'une rue francaise et ce que le reglement en dit : les regles du chapitre avec les cas propres au secteur en avant, ce que le plan graphique impose ici, les autres zones que la voie longe a 120 m, les prescriptions et servitudes dessinees autour, les pieces du permis que le terrain declenche. Meme texte que le jumeau .md de la page de rue. Le numero de rue est inutile : la regle se lit a la zone, pas au batiment.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
voieYesNom de la voie en toutes lettres, par exemple « avenue Jacques Douzans ».
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.1/5.0
Behavior4/5

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

With readOnlyHint, idempotentHint, and destructiveHint=false already covering side effects, the description adds substantial behavioral detail: it enumerates the return contents, the 120 m side-zone scope, and the equivalence to the '.md twin' of the street page. It does not discuss errors or output format, but for a read-only tool this is sufficient.

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

Conciseness4/5

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

The description is dense and front-loaded with the core scope, then uses a colon-separated list to enumerate return elements. Every sentence earns its place, though the first sentence is a long run-on and the reference to the '.md twin' is somewhat cryptic.

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 read-only tool with only two well-described parameters and no output schema, the description covers the returned content, the geographic scope, and the key input caveat. It is slightly incomplete in not distinguishing from sibling tools or clarifying the return format beyond 'same text as the .md twin'.

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?

The schema already documents both parameters with 100% coverage, so the baseline is 3. The description adds one valuable semantic clarification: the street number is irrelevant because the rule is read at the zone, not at the building, which prevents a likely misuse of the 'voie' parameter.

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 identifies the resource (a French street and its PLU zone) and the operation's output: chapter rules, sector-specific cases, graphic-plan constraints, neighboring zones up to 120 m, prescriptions/servitudes, and triggered permit pieces. It also separates this from building-level queries by stating 'Le numero de rue est inutile : la regle se lit a la zone, pas au batiment.'

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

Usage Guidelines3/5

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

The description provides strong context for street-level PLU regulation lookup and even warns not to pass a street number, but it never names sibling alternatives such as get_french_urbanism_zone_rules or get_french_building_permit_pieces, and does not state when this tool should be preferred over them. The selection guidance is therefore implied rather than explicit.

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