Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

redfin_search

Search Redfin listings with filters for location, price range, bedrooms, bathrooms, and listing status. Returns structured public listing data.

Instructions

Search Redfin listings. Returns normalized Redfin public listing search results from Redfin's credential-free region CSV endpoint. Pass region_id/region_type from autocomplete to skip location resolution.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
locationNoDisplay location; resolved via autocomplete when region_id is omitted
max_priceNoMaximum price filter
min_bathsNoMinimum bathrooms filter
min_bedsNoMinimum bedrooms filter
min_priceNoMinimum price filter
pageNo1-based page
region_idNoRedfin region id from autocomplete
region_typeNoRedfin region type from autocomplete (defaults to 6, city)
statusNoListing status: for_sale or sold
Behavior4/5

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

With no annotations, the description carries the burden. It mentions 'credential-free' suggesting no auth needed, and 'normalized' indicates data transformation. However, it lacks details on pagination, rate limits, or data freshness.

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?

Two sentences, each concise and informative. The first states the core function, the second provides a key usage detail. No unnecessary words.

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?

The description is adequate for a search tool but lacks details on return format, filtering logic, ordering, and default behavior. With 9 parameters and no output schema, more context would be beneficial.

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?

Schema coverage is 100% so baseline is 3. The description adds value by explaining that region_id/region_type can be passed from autocomplete to skip location resolution, clarifying the relationship between location and these parameters.

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 tool searches Redfin listings and returns normalized results. It distinguishes itself from sibling tools like redfin_property and redfin_similar by focusing on listing search.

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 hints at using region_id/region_type to skip location resolution, but does not explicitly state when to use this tool over alternatives like redfin_property or redfin_estimate. No exclusions or context for sibling tools are provided.

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