Skip to main content
Glama
StreamEstate

stream-estate

Official
by StreamEstate

get-price-per-meter

Compute average, median, and time-series price per square meter for properties filtered by location, type, price, and more to support market analysis and property valuation.

Instructions

Get price per m² statistics (average, median, time series) for properties matching filters. Useful for market analysis and property valuation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
latNoLatitude for radius search
lonNoLongitude for radius search
pageNoPage number (default: 1)
radiusNoSearch radius in km (requires lat+lon)
toDateNoProperty creation end date (ISO 8601)
roomMaxNoMaximum number of rooms
roomMinNoMinimum number of rooms
fromDateNoProperty creation start date (ISO 8601)
priceMaxNoMaximum advert price
priceMinNoMinimum advert price
sortModeNo"property" or "advert" sorting mode
budgetMaxNoMaximum price/budget
budgetMinNoMinimum price/budget
floorsMaxNoMaximum number of floors
floorsMinNoMinimum number of floors
furnishedNoFilter for furnished properties
geoShapesNoGeographic polygon coordinates for area search
isExpiredNoFilter expired/active properties
bedroomMaxNoMaximum number of bedrooms
bedroomMinNoMinimum number of bedrooms
ghgLettersNoGreenhouse gas categories: A through G
surfaceMaxNoMaximum surface area in m²
surfaceMinNoMinimum surface area in m²
expressionsNoFull-text search expressions for property title/description
ghgValueMaxNoMaximum GHG value
ghgValueMinNoMinimum GHG value
lotCountMaxNoMaximum lot count in condominium
lotCountMinNoMinimum lot count in condominium
toUpdatedAtNoProperty update end date (ISO 8601)
itemsPerPageNoItems per page (max: 30)
fromUpdatedAtNoProperty update start date (ISO 8601)
propertyTypesNo0=Flat, 1=House, 2=Building, 3=Parking, 4=Office, 5=Land, 6=Shop
renterFeesMaxNoMaximum renter fees
renterFeesMinNoMinimum renter fees
energyValueMaxNoMaximum energy value
energyValueMinNoMinimum energy value
excludedCitiesNoCity IRIs to exclude
includedCitiesNoCity IRIs, e.g. ["/cities/30953"]. Use location-autocomplete to find IDs.
publisherTypesNo0=Individual, 1=Professional
rentalPledgeMaxNoMaximum rental pledge/deposit
rentalPledgeMinNoMinimum rental pledge/deposit
transactionTypeNo0=Sell, 1=Rent
withVirtualTourNoOnly properties with virtual tour
energyCategoriesNoEnergy efficiency categories: A through G
excludedZipcodesNoZipcodes to exclude
includedZipcodesNoZipcodes, e.g. ["75017", "75018"]
priceEventToDateNoPrice event end date (ISO 8601)
pricePerMeterMaxNoMaximum price per m²
pricePerMeterMinNoMinimum price per m²
rentalChargesMaxNoMaximum rental charges
rentalChargesMinNoMinimum rental charges
feesPercentageMaxNoMaximum fees percentage
feesPercentageMinNoMinimum fees percentage
geocodingAccuracyNo1=house-number, 2=neighborhood
inventoryPriceMaxNoMaximum inventory price
inventoryPriceMinNoMinimum inventory price
withCoherentPriceNoFilter for coherent/realistic prices
condominiumFeesMaxNoMaximum condominium fees
condominiumFeesMinNoMinimum condominium fees
excludedInseeCodesNoINSEE codes to exclude
excludedPropertiesNoProperty IRIs to exclude
feesResponsibilityNo0=seller, 1=buyer
includedInseeCodesNoINSEE codes, e.g. ["75117"]
priceEventFromDateNoPrice event start date (ISO 8601)
surfaceEventToDateNoSurface event end date (ISO 8601)
constructionYearMaxNoMaximum construction year
constructionYearMinNoMinimum construction year
includedDepartmentsNoDepartment IRIs, e.g. ["/departments/77"]
surfaceEventFromDateNoSurface event start date (ISO 8601)
withResolvedLocationNoOnly properties with resolved GPS coordinates
priceExcludingFeesMaxNoMaximum price excluding fees
priceExcludingFeesMinNoMinimum price excluding fees
priceEventVariationMaxNoMaximum price variation %
priceEventVariationMinNoMinimum price variation %
dateHistogramGranularityNoGranularity for date histogram
surfaceEventVariationMaxNoMaximum surface variation %
surfaceEventVariationMinNoMinimum surface variation %
Behavior2/5

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

No annotations are provided, so the description must carry full behavioral transparency. It states the output is statistics but does not disclose whether filters are required, how aggregation works, or what the time series structure looks like. This leaves the agent uncertain about invocation prerequisites.

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 two sentences, front-loaded with the action and output, and the second sentence provides a relevant use case. Every word earns its place with no redundancy.

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

Completeness2/5

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

With 77 optional parameters and no output schema, the description is too thin. It does not explain the response structure, whether any location or date filters are required, or how time series data is grouped. Additional context about the aggregated nature and expected response format is needed.

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?

The input schema already provides descriptions for all 77 parameters, so the description adds no additional parameter-specific meaning. Since schema coverage is 100%, the baseline applies; the description only generically refers to 'filters' without highlighting which parameters are most relevant for price-per-meter analysis.

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 uses a specific verb 'Get' and identifies the exact resource 'price per m² statistics' with output types (average, median, time series). It clearly distinguishes this from sibling tools like search-properties or get-property by focusing on aggregated statistics.

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 gives a use case ('market analysis and property valuation') but no explicit guidance on when to use this tool versus alternatives like search-properties. It implies overlap by mentioning 'filters' but does not clarify the key distinction between aggregate stats and individual listings.

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/StreamEstate/mcp-server'

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