Skip to main content
Glama
chrischall

zillow-mcp

by chrischall

Register a signed-in Zillow session

zillow_register_session
Idempotent

Registers or refreshes an authenticated Zillow session using a unique account identity, returning a session ID for subsequent API calls. Optionally sets the session as active immediately.

Instructions

Register (or refresh) an authenticated Zillow session keyed by signed-in account identity. Re-registering the same account_identity updates the existing session rather than creating a duplicate. Returns the session_id to use when routing per-tool calls. The first registered session becomes the default active_session_id. Pass mark_active: true to make the newly-registered session active in the same call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
mark_activeNoWhen true, immediately make the newly-registered session the active one.
auth_expires_atNoOptional ISO timestamp at which the session expires.
account_identityYesCaller-supplied identifier for the signed-in account (typically the saved-account email).
Behavior5/5

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

The description adds significant behavioral context beyond the annotations: it explains idempotency (re-registering updates rather than duplicates), return value (session_id), default behavior (first session becomes active), and the mark_active parameter effect. Annotations already indicate idempotentHint=true, but the description enriches this with concrete behavior.

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 four sentences, each providing essential information: registration or refresh, idempotency, return value, default active behavior, and mark_active. No redundant or extraneous text.

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 adequately explains the return value (session_id) and the active session concept. It covers key aspects for a session registration tool. However, it could briefly mention that other tools require a registered session for authentication.

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% with each parameter documented. The description adds extra context: account_identity is typically an email, mark_active makes the session active immediately if true, and auth_expires_at is an optional expiration timestamp. It adds value beyond the schema's basic 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 uses specific verbs ('Register (or refresh)') and identifies the resource ('authenticated Zillow session'). It clearly distinguishes from sibling tools like zillow_set_active_session and zillow_get_session_context by explaining the tool's role in session creation and refresh, and mentions the returned session_id for routing calls.

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?

The description clearly states the tool's purpose and how it fits into a workflow (first registered session becomes default active, mark_active parameter). However, it does not explicitly list alternatives or when not to use this tool, though sibling names imply other session management tools exist.

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