Skip to main content
Glama

Zillow Remote MCP Server

zillow_listing: GET /

hasdata_zillow_listing_getRealEstateListings

Get Zillow Real Estate Listings

Searches Zillow for-sale, for-rent, and sold listings by keyword with rich filters (price, beds, baths, home type, year built, lot/square footage, HOA, listing status, amenities, views, pet policy, days on Zillow) and pagination. Returns each listing with address, Zillow URL/zpid, price, Zestimate, beds/baths, sqft, home type, status, days on Zillow, coordinates, thumbnail, and listing agent. Use for real-estate market dashboards, rental pricing analysis, agent lead lists, inventory tracking, and collecting URLs for the Zillow Property endpoint.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hoaNoThe Homeowners Association (HOA) fee.
pageNoThe page number of the results to retrieve.
sortNoThe sorting option for the search results.
typeYesThe type of listing.
pets__NoAn array of pet options.
keywordYesThe keyword used to search for listings.
tours__NoAn array of tour options.
views__NoAn array of views.
keywordsNoAdditional keywords to refine the search.
beds_max_NoThe maximum number of bedrooms.
beds_min_NoThe minimum number of bedrooms.
basement__NoAn array of basement options.
baths_max_NoThe maximum number of bathrooms.
baths_min_NoThe minimum number of bathrooms.
moveInDateNoThe desired move-in date in `YYYY-MM-DD` format.
price_max_NoThe maximum price of the listing.
price_min_NoThe minimum price of the listing.
homeTypes__NoAn array of home types to filter the listings.
listingTypeNoThe category of the listing.
daysOnZillowNoThe number of days a listing has been on Zillow.
lotSize_max_NoThe maximum lot size.
lotSize_min_NoThe minimum lot size.
mustHaveGarageNoIf set to true, only listings with a garage will be included.
yearBuilt_max_NoThe maximum year the property was built.
yearBuilt_min_NoThe minimum year the property was built.
parkingSpotsMinNoThe minimum number of parking spots.
singleStoryOnlyNoIf set to true, only single-story properties will be included.
squareFeet_max_NoThe maximum square footage.
squareFeet_min_NoThe minimum square footage.
otherAmenities__NoAn array of other amenities.
propertyStatus__NoAn array of property statuses.
hide55plusCommunitiesNoIf set to true, 55+ communities will be excluded.
listingPublishOptions__NoAn array of listing publish options.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.9/5.0
Behavior3/5

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

With no annotations, the description carries the full burden. It does disclose the return behavior by listing output fields and uses 'Searches'/'Returns' implying read-only, but it does not mention auth requirements, rate limits, or explicitly state that no data is modified.

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 compact and well-structured: a terse title line, a summary of functionality, and a list of use cases. It avoids unnecessary detail, though the opening 'Get Zillow Real Estate Listings' is slightly redundant with the tool name.

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?

For a tool with 33 parameters and no output schema, the description provides sufficient context: what it searches, what it returns, and when to use it. It does not explain pagination defaults or required-field relationships, but the schema already marks 'keyword' and 'type' as required.

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 coverage is 100% with descriptions for all 33 parameters. The description adds only a high-level grouping of filter types ('price, beds, baths, home type, year built...') rather than clarifying individual parameters, so it stays at the baseline.

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?

Description clearly states the tool 'Searches Zillow for-sale, for-rent, and sold listings by keyword' and specifies the output fields. It distinguishes from the sibling property-details tool by emphasizing listing search and 'collecting URLs for the Zillow Property endpoint.'

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?

Provides explicit use cases: 'real-estate market dashboards, rental pricing analysis, agent lead lists, inventory tracking, and collecting URLs for the Zillow Property endpoint.' This gives clear context for when to use the tool, though it doesn't explicitly say 'use this instead of getPropertyDetails.'

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.