Tools provided
Tools the agent exposes — your AI client calls them automatically when it needs them.
- run_full — Run the full Zillow CMA pipeline: fetch comp data, analyze price/sqft + DOM + list-to-sale ratio, synthesize a narrative summary, return the complete CmaResult JSON.
- analyze_comps — Given a RawData object (target + all_comps array), run pure deterministic CMA analysis and return CmaResult + findings. No LLM.
- get_comp_summary — Quickly summarize comp metrics for an address/zip: avg price/sqft, avg DOM, list-to-sale ratio and market condition.
- check_market_condition — Classify market condition (seller/balanced/buyer) from avg_days_on_market and list_to_sale_ratio.
- estimate_price_range — Estimate a recommended list price range (low/mid/high) from comps data and target sqft.
- list_capabilities — List the agent's available tools and capabilities.
- plan_inputs — Plan/brainstorm the inputs for a tool: returns questions, schema and a ready-to-edit example.
- discover_intent — Understand your goal and co-design the exact input via clarifying questions before running.