Skip to main content
Glama

Parcellaire — cadastre, DVF & DPE

Retrouver un bien à partir de ses caractéristiques

find_parcelles_by_criteria
Read-onlyIdempotent

Identifie les parcelles candidates d'un bien immobilier à partir de ses caractéristiques (celles d'une annonce : commune, surface, classe et consommation DPE, GES, date du DPE, année de construction, terrain), en croisant avec la base des DPE et des ventes DVF. Équivalent sans URL ni quota de geolocate_listing. Plus il y a de critères DPE (consommation en kWh/m²/an, émissions GES, date), plus le résultat est précis. Retourne jusqu'à 10 candidates triées par score.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
communeNoNom de la commune, ex: 'Angers'
date_dpeNoDate du DPE, 'AAAA-MM' ou 'AAAA-MM-JJ'
ges_kg_m2NoÉmissions GES en kg CO2/m²/an
type_bienNo
classe_dpeNo
classe_gesNo
code_postalNoCode postal, ex: '49100'
conso_dpe_kwh_m2NoConsommation énergie primaire en kWh/m²/an
annee_constructionNo
surface_terrain_m2No
surface_habitable_m2No

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • addedInput schema / additionalProperties
      Added value: +false
  2. Changed34 schema fields changed
    • addedInput schema / properties / annee_construction / anyOf
      Added value: +[
      +  {
      +    "anyOf": [
      +      {
      +        "maximum": 9007199254740991,
      +        "minimum": -9007199254740991,
      +        "type": "integer"
      +      },
      +      {
      +        "const": "",
      +        "type": "string"
      +      }
      +    ]
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • removedInput schema / properties / annee_construction / maximum
      Removed value: -9007199254740991
    • removedInput schema / properties / annee_construction / minimum
      Removed value: --9007199254740991
    • removedInput schema / properties / annee_construction / type
      Removed value: -"integer"
    • addedInput schema / properties / classe_dpe / anyOf
      Added value: +[
      +  {
      +    "anyOf": [
      +      {
      +        "enum": [
      +          "A",
      +          "B",
      +          "C",
      +          "D",
      +          "E",
      +          "F",
      +          "G"
      +        ],
      +        "type": "string"
      +      },
      +      {
      +        "const": "",
      +        "type": "string"
      +      }
      +    ]
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • removedInput schema / properties / classe_dpe / enum
      Removed value: -[
      -  "A",
      -  "B",
      -  "C",
      -  "D",
      -  "E",
      -  "F",
      -  "G"
      -]
    • removedInput schema / properties / classe_dpe / type
      Removed value: -"string"
    • addedInput schema / properties / classe_ges / anyOf
      Added value: +[
      +  {
      +    "anyOf": [
      +      {
      +        "enum": [
      +          "A",
      +          "B",
      +          "C",
      +          "D",
      +          "E",
      +          "F",
      +          "G"
      +        ],
      +        "type": "string"
      +      },
      +      {
      +        "const": "",
      +        "type": "string"
      +      }
      +    ]
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • removedInput schema / properties / classe_ges / enum
      Removed value: -[
      -  "A",
      -  "B",
      -  "C",
      -  "D",
      -  "E",
      -  "F",
      -  "G"
      -]
    • removedInput schema / properties / classe_ges / type
      Removed value: -"string"
    • addedInput schema / properties / code_postal / anyOf
      Added value: +[
      +  {
      +    "anyOf": [
      +      {
      +        "maxLength": 5,
      +        "minLength": 5,
      +        "type": "string"
      +      },
      +      {
      +        "const": "",
      +        "type": "string"
      +      }
      +    ]
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • removedInput schema / properties / code_postal / maxLength
      Removed value: -5
    • removedInput schema / properties / code_postal / minLength
      Removed value: -5
    • removedInput schema / properties / code_postal / type
      Removed value: -"string"
    • addedInput schema / properties / commune / anyOf
      Added value: +[
      +  {
      +    "anyOf": [
      +      {
      +        "type": "string"
      +      },
      +      {
      +        "const": "",
      +        "type": "string"
      +      }
      +    ]
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • removedInput schema / properties / commune / type
      Removed value: -"string"
    • addedInput schema / properties / conso_dpe_kwh_m2 / anyOf
      Added value: +[
      +  {
      +    "anyOf": [
      +      {
      +        "exclusiveMinimum": 0,
      +        "type": "number"
      +      },
      +      {
      +        "const": "",
      +        "type": "string"
      +      }
      +    ]
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • removedInput schema / properties / conso_dpe_kwh_m2 / exclusiveMinimum
      Removed value: -0
    • removedInput schema / properties / conso_dpe_kwh_m2 / type
      Removed value: -"number"
    • addedInput schema / properties / date_dpe / anyOf
      Added value: +[
      +  {
      +    "anyOf": [
      +      {
      +        "pattern": "^\\d{4}-\\d{2}(-\\d{2})?$",
      +        "type": "string"
      +      },
      +      {
      +        "const": "",
      +        "type": "string"
      +      }
      +    ]
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • removedInput schema / properties / date_dpe / pattern
      Removed value: -"^\\d{4}-\\d{2}(-\\d{2})?$"
    • removedInput schema / properties / date_dpe / type
      Removed value: -"string"
    • addedInput schema / properties / ges_kg_m2 / anyOf
      Added value: +[
      +  {
      +    "anyOf": [
      +      {
      +        "minimum": 0,
      +        "type": "number"
      +      },
      +      {
      +        "const": "",
      +        "type": "string"
      +      }
      +    ]
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • removedInput schema / properties / ges_kg_m2 / minimum
      Removed value: -0
    • removedInput schema / properties / ges_kg_m2 / type
      Removed value: -"number"
    • addedInput schema / properties / surface_habitable_m2 / anyOf
      Added value: +[
      +  {
      +    "anyOf": [
      +      {
      +        "exclusiveMinimum": 0,
      +        "type": "number"
      +      },
      +      {
      +        "const": "",
      +        "type": "string"
      +      }
      +    ]
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • removedInput schema / properties / surface_habitable_m2 / exclusiveMinimum
      Removed value: -0
    • removedInput schema / properties / surface_habitable_m2 / type
      Removed value: -"number"
    • addedInput schema / properties / surface_terrain_m2 / anyOf
      Added value: +[
      +  {
      +    "anyOf": [
      +      {
      +        "exclusiveMinimum": 0,
      +        "type": "number"
      +      },
      +      {
      +        "const": "",
      +        "type": "string"
      +      }
      +    ]
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • removedInput schema / properties / surface_terrain_m2 / exclusiveMinimum
      Removed value: -0
    • removedInput schema / properties / surface_terrain_m2 / type
      Removed value: -"number"
    • addedInput schema / properties / type_bien / anyOf
      Added value: +[
      +  {
      +    "anyOf": [
      +      {
      +        "enum": [
      +          "maison",
      +          "appartement"
      +        ],
      +        "type": "string"
      +      },
      +      {
      +        "const": "",
      +        "type": "string"
      +      }
      +    ]
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • removedInput schema / properties / type_bien / enum
      Removed value: -[
      -  "maison",
      -  "appartement"
      -]
    • removedInput schema / properties / type_bien / type
      Removed value: -"string"
  3. First observed

TDQS

A4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false, so the agent knows it's safe. The description adds value by disclosing the return cap ('jusqu'à 10 candidates triées par score') and the precision scaling with DPE criteria. This goes beyond what annotations alone provide, covering key behavioral aspects like output limit and result ordering.

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 three sentences, each adding value: the main purpose, the equivalence to geolocate_listing, and the precision/return behavior. It is front-loaded with the core action. While compact, it is slightly dense but does not waste words. The structured flow makes it easy to parse.

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

Completeness3/5

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

With 11 optional parameters and no output schema, the description gives essential context: returns up to 10 candidates sorted by score. It also hints at the source data (DPE/DVF). However, it does not describe the structure of each candidate parcel (e.g., identifiers, fields), nor error conditions. Given the complexity, this is a notable gap; an agent might not know what to do with the 'candidates' output without further detail.

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 low (45%), so the description must compensate. It lists categories of criteria (commune, surface, classe et consommation DPE, GES, date, année de construction, terrain) but does not map them to exact parameter names or formats. It does mention that more DPE criteria (consumption, GES, date) improve precision, giving some semantic context. However, it leaves many parameters (e.g., type_bien, classe_ges, anne_construction) unexplained, so the compensation is partial.

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 verb 'Identifie' and the resource 'parcelles candidates d'un bien immobilier'. It explains the input is property characteristics from an ad, and it cross-references DPE and DVF data. It differentiates from siblings like geolocate_listing by noting it's equivalent without URL or quota, and implies a distinction from address-based search tools.

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 usage context: when you have property characteristics (commune, surface, DPE, etc.) and want to find candidate parcels. It explicitly notes it's an alternative to geolocate_listing without URL/quota. However, it does not contrast with find_parcelles_by_address or search_parcelles, so the when-not-to-use guidance is incomplete. Still, the intended scenario is clear.

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.

Resources