Skip to main content
Glama

HouseData — Zillow data

zillow_property

Read-onlyIdempotent

The record for any zpid, listed or off market — every zpid has one. Compact: the headline (status, price, Zestimate, rent Zestimate, address, coordinates, beds, baths, living area, year built, home type, lot, HOA, days on Zillow, hero photo). expand true: everything — 23 facts, price and tax history, schools with ratings, listing agent and broker, MLS, walk/transit/bike scores, nearby homes, open houses, description and the photo gallery (~17 KB).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
zpidYesThe Zillow property id — the number before _zpid in any Zillow property URL, and on every search row.
expandNofalse (default): the compact form - the headline of a record or a search row, or the answer minus photo and tour links. true: the complete response from the data API (a full record is ~17 KB). Same price either way.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

The annotations already declare readOnlyHint, openWorldHint, and idempotentHint, so the description's main added value is detailing response contents and approximate size (~17 KB). It also clarifies that every zpid has a record, whether listed or off market, which is useful behavioral context. No contradiction with annotations.

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 dense but well organized, with the resource and scope stated up front and then cleanly labeled sections for compact vs expanded output. Every phrase contributes information, and there is no filler or repetition.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With no output schema, the description carries the burden of explaining what the tool returns, and it does so thoroughly by enumerating both the compact fields and the expanded additions such as history, schools, scores, nearby homes, and photos. The description is complete enough for an agent to decide when to invoke this tool and which mode to use.

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 the baseline is 3. The description adds meaningful detail beyond the schema by explaining what the compact form includes, what expand true unlocks, and that pricing is the same either way. This genuinely helps an agent decide how to set the boolean parameter.

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 identifies the target as the property record for any zpid, including off-market listings, and distinguishes it from specialized siblings by offering a full or compact record. It lacks an explicit retrieval verb like "gets" or "fetches" and does not name sibling alternatives, which keeps it from 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 Guidelines4/5

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

It provides clear context: use the default compact form for the headline, or set expand true for the complete record. It explains the key decision point between the two modes, but it does not explicitly say when to prefer sibling tools such as zillow_property_facts or zillow_price_history, so exclusions and alternatives are missing.

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.

Resources