Register a signed-in Zillow session
zillow_register_sessionRegisters 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
| Name | Required | Description | Default |
|---|---|---|---|
| mark_active | No | When true, immediately make the newly-registered session the active one. | |
| auth_expires_at | No | Optional ISO timestamp at which the session expires. | |
| account_identity | Yes | Caller-supplied identifier for the signed-in account (typically the saved-account email). |