Skip to main content
Glama

zillow_property: GET /

hasdata_zillow_property_getPropertyDetails

Fetch complete Zillow property data by URL to support valuations, CMA reports, underwriting, and rental yield analysis with prices, taxes, features, and agent info.

Instructions

Get Zillow Property Details

Fetches the full Zillow property page by URL/zpid, with optional agent email extraction. Returns address, list price, Zestimate and Rent Zestimate, price and tax history, beds/baths, living area, lot size, year built, home type, HOA, days on Zillow, listing description, features/amenities, photos, school assignments, walk/transit scores, and listing agent/broker (plus email when enabled). Use for valuation models, CMA generation, investor underwriting, rental yield analysis, and enriching buyer/seller agent assistants with authoritative property data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesThe URL of the property on Zillow. Must be a valid Zillow property URL.
extractAgentEmailsNoIf enabled, attempts to extract agent email addresses from the property details. Increases the cost of the request.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A4.3/5.0
Behavior4/5

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

No annotations are provided, so the description carries the explanation burden. It states the tool 'Fetches' (read-only) and enumerates the data returned, plus notes the cost implication in the parameter description. It lacks explicit statements about error behavior or rate limits, but these are less critical for a simple GET.

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 well-structured with a clear action, a list of returned data, and a use-case paragraph. It is slightly verbose due to the enumerated fields, but each sentence earns its place and the main purpose is front-loaded.

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?

The description adequately covers what the tool returns, when to use it, and the optional parameter behavior. It does not mention pagination (not needed for a single property) or error scenarios, but overall provides enough context for an agent to invoke correctly.

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 description coverage is 100%, so baseline is 3. The description adds value by clarifying that the URL can also be a zpid ('by URL/zpid'), which is not stated in the schema. It also echoes the optional email extraction behavior.

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's purpose: 'Get Zillow Property Details' and 'Fetches the full Zillow property page by URL/zpid'. It distinguishes from the sibling listing tool by focusing on a specific property rather than search/listings.

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 ('Use for valuation models, CMA generation, investor underwriting, rental yield analysis') but does not directly contrast with the sibling tool (e.g., 'use this instead of listings when you have a specific URL'). Context is clear, but alternative guidance is implicit.

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