Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

datasets_housing_markets_facets

Facet US housing market data by region type, state, property type, metro, and period. Get aggregated counts to analyze inventory, prices, and sales trends.

Instructions

Facet the US housing markets dataset. Returns terms aggregation counts for the housing markets dataset. Facet enum: region_type, state_code, property_type, parent_metro, parent_metro_code, income_vintage, is_latest, period_begin. region_type enum: national, metro, county, city, zip. property_type enum: All Residential, Single Family Residential, Condo/Co-op, Townhouse, Multi-Family (2-4 Unit), Single Units Only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNoFull-text query over region name and city, max 256 characters
facetYesFacet enum: region_type, state_code, property_type, parent_metro, parent_metro_code, income_vintage, is_latest, period_begin
latestNoFilter for the most recent period per region and property type
periodNoExact period start date filter, YYYY-MM-DD
zip_codeNoExact zip code filter (zip-level rows only), e.g. 60616
state_codeNoExact two-letter state code filter, e.g. CA
region_typeNoRegion level enum: national, metro, county, city, zip
max_inventoryNoMaximum active inventory
min_inventoryNoMinimum active inventory
property_typeNoProperty type enum: All Residential, Single Family Residential, Condo/Co-op, Townhouse, Multi-Family (2-4 Unit), Single Units Only
max_median_domNoMaximum median days on market
min_homes_soldNoMinimum homes sold in the period
min_median_domNoMinimum median days on market
max_salary_to_buyNoMaximum salary needed to buy in USD per year
min_salary_to_buyNoMinimum salary needed to buy in USD per year
parent_metro_codeNoExact parent metro (CBSA) code filter, e.g. 16980
max_price_to_incomeNoMaximum price-to-income ratio
min_price_to_incomeNoMinimum price-to-income ratio
max_median_list_priceNoMaximum median list price in USD
max_median_sale_priceNoMaximum median sale price in USD
min_median_list_priceNoMinimum median list price in USD
min_median_sale_priceNoMinimum median sale price in USD
Behavior2/5

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

No annotations are provided, so the description must carry the full burden of behavioral disclosure. It mentions that the tool 'returns terms aggregation counts', but does not disclose whether the operation is read-only, destructive, or any required permissions. There is no mention of pagination, rate limits, or response structure, which is insufficient for a tool with 22 parameters.

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 only two sentences plus enumerations, front-loading the core purpose. Every sentence is informative—first sentence states the action and resource, second clarifies the return type. No filler or redundancy.

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?

Given 22 parameters and no output schema, the description does not explain the return format beyond 'terms aggregation counts'. It lists facet and filter enums, which is helpful, but does not describe how filters affect aggregation or what the output structure looks like. This is minimally adequate for a facet tool but lacks depth.

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 baseline is 3. The description adds enum values for 'facet', 'region_type', and 'property_type' which partially overlap with schema descriptions. It does not add significant new meaning beyond listing available options.

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 'Facet' and resource 'US housing markets dataset', specifying it returns 'terms aggregation counts'. It enumerates the facet fields and provides enum values for region_type and property_type, which distinguishes it from sibling tools like datasets_housing_markets_search and datasets_housing_markets_item.

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 clearly indicates the tool's purpose (aggregation counts), but does not explicitly state when to use it versus alternatives like search or item tools. There is no guidance on exclusions or prerequisites. However, the purpose is clear enough for an agent to infer appropriate usage.

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/Crawlora-org/crawlora-mcp'

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