Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

datasets_housing_markets_item

Fetch a US housing market record by region type and table ID; set history=true for the full monthly series.

Instructions

Get a US housing market record from the dataset. Returns one housing-market record by region_type and Redfin table_id from dataset id enum value housing-markets. 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 (defaults to All Residential). period defaults to the most recent period on record. Pass history=true to get the full monthly series (a {dataset, region_type, table_id, property_type, items} envelope, sorted by period ascending) instead of a single record.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
periodNoExact period start date, YYYY-MM-DD; defaults to the latest period
historyNoReturn the full monthly series instead of a single period
table_idYesRedfin table id (the region's stable numeric id)
region_typeYesRegion level enum: national, metro, county, city, zip
property_typeNoProperty type enum: All Residential, Single Family Residential, Condo/Co-op, Townhouse, Multi-Family (2-4 Unit), Single Units Only; defaults to All Residential
Behavior4/5

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

With no annotations, the description effectively conveys the behavior: it returns one record by default, or a monthly series when `history=true`, including envelope structure and sorting. However, it does not disclose potential issues like data staleness, authentication requirements, or rate limits.

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 a single paragraph of about 6 sentences, front-loading the core purpose. Every sentence adds information, though it could be slightly more structured (e.g., bullet points) for readability. Still efficient and concise.

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?

Given no output schema and no annotations, the description covers essential aspects: supported enums, defaults, and the history mode behavior. It omits error handling and exact response format for single records, but overall is sufficiently complete for a data retrieval tool.

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?

All parameters have schema descriptions (100% coverage). The description adds value by listing enum values for region_type and property_type explicitly, stating defaults, and explaining the effect of the `history` parameter on the response structure.

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?

Clearly states the action (Get a US housing market record), the resource (dataset id `housing-markets`), and the key identifiers (region_type, table_id). Distinguishes from sibling tools like datasets_housing_markets_search and datasets_housing_markets_facets by specifying it returns a single record.

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?

Provides details on parameters and their defaults but lacks explicit guidance on when to use this tool vs siblings like datasets_housing_markets_search (for multiple records) or datasets_housing_markets_facets (for aggregations). No 'when-not' or alternative recommendations are given.

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