Compare homes.com properties side-by-side
homes_compare_propertiesCompare 2 to 8 homes.com properties side-by-side. Align facts like price, HOA, days on market, and lot size from each listing URL.
Instructions
Fetch 2 or more homes.com properties and align their facts side-by-side. Each target supplies a url — the full homes.com property URL (e.g. from a homes_search_properties result's url field). Returns the full per-property record (with server-side extracted_features, hoa_monthly_usd, days_on_market, price_drop_*, lot_size_sqft + the derived lot_size_acres, and portal_url_hyperlink). Per-target errors are captured per-row — one bad target will not fail the whole call. Calls are concurrent. The raw description is omitted by default; pass include_description: true to keep the marketing prose. The cross-row summary table duplicates per-property fields (~30% of response weight); it is OPT-IN via include_summary: true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| targets | Yes | Array of 2–8 properties to compare | |
| include_summary | No | When true, also emit a cross-row `summary` table aligned by field. Default false — the per-row records already carry every summary field, so the table is redundant context weight unless explicitly requested (#18). | |
| include_description | No | When true, include the raw listing `description` marketing prose on each per-property record. Default false. |