Skip to main content
Glama
chrischall

zillow-mcp

by chrischall

Get Zestimate history for a property

zillow_get_zestimate_history
Read-onlyIdempotent

Retrieve historical Zestimate values for a property, including rent estimates when available. Returns a time series of date, value, and rent to analyze value trends over time.

Instructions

Historical Zestimate values for a property by zpid or homedetails URL. Returns a time series of {date, value, rent?} entries (rent included when Zillow has a rent Zestimate for the property). Note: zillow_get_property returns only the current Zestimate as a scalar — call this tool when you need the trend. For some listings (commonly non-Showcase) Zillow renders the trend client-side and omits it from the server-rendered page; then points is empty and an explanatory note is returned — distinct from a genuine no-history. Read-only; safe to call repeatedly.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoZillow homedetails URL (or path). Provide either zpid or url.
zpidNoZillow Property ID. Provide either zpid or url.
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, and idempotentHint as true. The description adds value by explaining the response format (time series with optional rent), the edge case of empty points, and the safety of repeated calls. This goes beyond the annotations without contradicting them.

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 concise at about 4-5 sentences. It is front-loaded with the primary purpose and each subsequent sentence adds key details (use alternative, edge case, safety). No extraneous information.

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?

Given no output schema, the description explains the return shape (time series with date, value, rent) and addresses the notable edge case of empty points. It covers the main usage scenarios sufficiently, though minor details like date ordering or pagination could be added but are not essential.

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%, so the baseline is 3. The description restates that either zpid or URL can be provided, which reinforces the mutual exclusivity but does not add substantial new meaning beyond the schema descriptions.

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 identifies the tool's purpose: retrieving historical Zestimate values for a property. It specifies the input methods (zpid or URL) and explicitly differentiates from the sibling tool zillow_get_property by highlighting that it returns trends rather than a single current value.

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

Usage Guidelines5/5

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

The description provides explicit guidance on when to use this tool: 'call this tool when you need the trend' versus the current Zestimate from zillow_get_property. It also addresses the edge case of non-Showcase listings where an empty points array is expected and a note is returned, distinguishing it from a genuine lack of history.

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/chrischall/zillow-mcp'

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