Skip to main content
Glama
BACH-AI-Tools

Zillow56 MCP Server

search_polygon_search_for_properties_by_polygon

Search for real estate properties within a custom polygon area using coordinates, with filters for price, size, bedrooms, and other criteria. Export results in JSON, CSV, or XLSX formats.

Instructions

Search for filtered properties by polygon coordinates. For a list of properties, you can select the output format (JSON , CSV , XLSX) using the optional \

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
polygonYesIt is required if the location is empty. Format: lat lng,lat1 lng1,lat2 lng2 34.03959576441558 -118.50636536779786,34.0418716916327 -118.50276047888184,34.042440663894304 -118.49846894445801,34.04201393505594 -118.49417741003418,34.04087598099002 -118.4897142142334,34.03945351693672 -118.48525101843262,34.03788877892429 -118.48095948400879,34.03618175908096 -118.47683961096192,34.034190192514366 -118.47271973791504,34.031629538228394 -118.46962983312989,34.02835747861639 -118.4677415579834,34.02
pageNoExample value: 0
outputNoOutput format possible values : json (Default value) :Data in a JSON format csv : URL to the generated CSV file xlsx : URL to the generated XLSX (excel) file
statusNoStatus type of the properties Default : forSale -forSale -forRent -recentlySold
sortSelectionNoSorting possible values : days: Newest (Default value), saved: Date Saved, listingstatus: Listing Status, mostrecentchange: Most Recent Change, globalrelevanceex: Homes for You, featured: Verified Source, priced: Price (High to Low), pricea: Price (Low to High), paymentd: Payment (High to Low), paymenta: Payment (Low to High), beds: Bedrooms, baths: Bathrooms, size: Square Feet, lot: Lot Size, zest: Zestimate (High to Low), zesta: Zestimate (Low to High),
listing_typeNoListing Type possible values : by_agent : By agent (Default value) by_owner_other : By owner & other (for off market properties)
isSingleFamilyNoExample value:
isMultiFamilyNoExample value:
isApartmentNoExample value:
isCondoNoExample value:
isManufacturedNoExample value:
isTownhouseNoExample value:
isLotLandNoExample value:
dozNoDays on Zillow (For Sale/Rent listings)/ Sold In Last (Sold listings) Possible values : any: Any, 1: 1 day, 7: 7 days, 14: 14 days, 30: 30 days, 90: 90 days, 6m: 6 months, 12m: 12 months, 24m: 24 months, 36m: 36 months
price_minNoExample value: 0
price_maxNoExample value: 0
sqft_minNoExample value: 0
sqft_maxNoExample value: 0
monthlyPayment_minNoExample value: 0
monthlyPayment_maxNoExample value: 0
beds_minNoExample value: 0
beds_maxNoExample value: 0
baths_minNoExample value: 0
baths_maxNoExample value: 0
hoa_minNoExample value: 0
hoa_maxNoExample value: 0
hasPoolNoExample value:
hasGarageNoExample value:
built_minNoExample value: 0
built_maxNoExample value:
isForSaleByOwnerNoExample value:
isForSaleByAgentNoExample value:
isCityViewNoExample value:
isWaterfrontNoExample value:
isPublicSchoolNoExample value:
isPrivateSchoolNoExample value:
isMountainViewNoExample value:
singleStoryNoExample value:
onlyPriceReductionNoExample value:
onlyRentalAcceptsApplicationsNoExample value:
isZillowOwnedOnlyNoExample value:
hasAirConditioningNoExample value:
isMiddleSchoolNoExample value:
isWaterViewNoExample value:
onlyRentalIncomeRestrictedNoExample value:
isComingSoonNoExample value:
isForSaleForeclosureNoExample value:
onlyWithPhotosNoExample value:
onlyRentalCatsAllowedNoExample value:
onlyRentalPetsAllowedNoExample value:
onlyRentalSmallDogsAllowedNoExample value:
onlyRentalLargeDogsAllowedNoExample value:
isAuctionNoExample value:
is3dHomeNoExample value:
isNewConstructionNoExample value:
parkingSpots_minNoExample value: 0
greatSchoolsRating_minNoExample value: 0
isElementarySchoolNoExample value:
isParkViewNoExample value:
enableSchoolsNoExample value:
lotSize_maxNoin sqft0
keywordsNoExample value:
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It only mentions the output format option, failing to describe critical behaviors like pagination (implied by the 'page' parameter), rate limits, authentication needs, error handling, or what the search returns (e.g., property list details). For a complex search tool with 62 parameters, this leaves significant gaps in understanding how the tool behaves.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single run-on sentence that awkwardly introduces the output format parameter. It's front-loaded with the core purpose but lacks structure and clarity. While concise, the phrasing is slightly confusing (e.g., 'For a list of properties, you can select...'), making it less efficient than it could be.

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?

Given the tool's complexity (62 parameters, no output schema, no annotations), the description is inadequate. It doesn't explain the return format beyond output type options, omits pagination behavior, and provides no context on search limitations or result structure. For a tool with such extensive filtering capabilities, more guidance on usage and outcomes is necessary for effective agent operation.

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 schema already documents all parameters thoroughly. The description adds minimal value by mentioning the optional output format, but it doesn't provide additional context like typical use cases for polygon searches or how parameters interact. With high schema coverage, the baseline is 3, as the description doesn't significantly enhance parameter understanding beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: 'Search for filtered properties by polygon coordinates.' It specifies the verb ('search'), resource ('properties'), and key constraint ('by polygon coordinates'), making the intent unambiguous. However, it doesn't explicitly differentiate this from sibling tools like 'search_coordinates_search_for_properties_by_coordinates' or 'search_search_for_properties_by_neighborhood_city_or_zip', which would require a 5.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives. It mentions an optional output format parameter but doesn't clarify when this polygon-based search is appropriate compared to other search tools (e.g., by address, coordinates, or neighborhood). Without any context or exclusions, the agent must infer usage from the tool name alone.

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/BACH-AI-Tools/zillow56'

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