Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

zillow_search

Search Zillow listings using map bounds or region IDs to retrieve normalized public data with status filters.

Instructions

Search Zillow listings. Returns normalized Zillow public listing search results. Callers must pass complete map bounds from autocomplete when available, or a region id fallback.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
eastNoMap east bound from autocomplete
pageNo1-based page
westNoMap west bound from autocomplete
northNoMap north bound from autocomplete
southNoMap south bound from autocomplete
statusNoSearch context. Allowed values: for_sale (aliases sale, for-sale), for_rent (aliases rent, for-rent), sold
locationYesDisplay location
region_idNoZillow region id from autocomplete, used when complete bounds are not provided
region_typeNoZillow region type from autocomplete, used with region_id fallback
Behavior3/5

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

No annotations are provided, so the description carries the behavioral burden. It discloses that results are 'normalized' and 'public,' and states the required coordinate/region context, but it omits details such as pagination behavior, response size, or any error conditions.

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 primary purpose, and every sentence adds information. There is no filler or repetition of schema details.

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 9 parameters, no annotations, and no output schema, the description should provide a more complete mental model. It explains the bounds/region-id workflow well, but leaves the required 'location' parameter's role ambiguous and does not describe the shape of the returned listings beyond 'normalized.'

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 schema already documents all 9 parameters with 100% coverage. The description adds the concept of 'complete map bounds' and 'region id fallback,' but does not substantially expand on parameter semantics beyond what the schema provides, so the baseline of 3 is appropriate.

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 and resource: 'Search Zillow listings' and clarifies it returns 'normalized Zillow public listing search results.' This distinguishes it from sibling tools like zillow_property and zillow_autocomplete by emphasizing the search-result output.

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?

It provides clear, actionable usage guidance: 'Callers must pass complete map bounds from autocomplete when available, or a region id fallback.' This tells the agent when to use which parameters and references the autocomplete sibling, though it does not explicitly state when not to use the tool.

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