Housing Market Screen
housing_market_screenRank US metros for rental cash flow in ONE call — the "which markets are best for a landlord" view. Returns metros sorted by gross rent yield = (Zillow median monthly rent × 12) ÷ Zillow typical home value. No per-metro orchestration and no API key. Use for "best/worst rental markets", "highest-yield metros", "where does rent go furthest vs. home prices". Tune with direction (top = highest yield / best cash flow, bottom = lowest), limit, and optional home-value bounds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Metros to return (default 25, max 100). | |
| direction | No | top = highest gross yield (best cash flow), bottom = lowest. Default top. | |
| max_home_value | No | Optional: only metros with typical home value ≤ this (USD). | |
| min_home_value | No | Optional: only metros with typical home value ≥ this (USD). |