3.1 KiB
3.1 KiB
name, description
| name | description |
|---|---|
| property-assessor | Assess a real property from an address or listing URL and produce a decision-grade summary. Use when a user wants fair value, comps, rental or STR viability, carry-cost review, HOA or insurance risk analysis, or offer guidance for a condo, house, townhouse, or similar residential property. Prefer when the task should discover and reconcile multiple listing sources from a street address first, then give a buy/pass/only-below-X verdict. |
Property Assessor
Start from the property address when possible. Treat listing URLs as supporting evidence, not the only source of truth.
Inputs
Accept any of:
- a street address
- one or more listing URLs
- an address plus user constraints such as investment only, owner-occupant, long-term rental, STR, or distance to a target location
Core workflow
- Normalize the address and property type.
- Discover accessible listing or public-record sources for the same property.
- Establish a baseline fact set from the best available source.
- Cross-check the same property on other sites.
- Pull same-building comps for condos or nearby comps for houses/townhomes.
- Underwrite carrying cost with taxes, HOA, insurance, and realistic friction.
- Flag risk drivers before giving a verdict.
- End with a specific recommendation:
buy,pass, oronly below X.
Source order
Prefer this order unless the user says otherwise:
- Zillow
- Redfin
- Realtor.com
- HAR / Homes.com / brokerage mirror pages
- county or appraisal pages
Use the web-automation skill for rendered pages and anti-bot-heavy sites.
Use web_search sparingly to discover alternate URLs, then return to web-automation for extraction.
Minimum data to capture
For the target property, capture when available:
- address
- ask price or last known list price
- property type
- beds / baths
- sqft
- lot size if relevant
- year built
- HOA fee and included services
- taxes
- days on market
- price history
- parking
- waterfront / flood clues
- subdivision / building name when applicable
- same-building or nearby active inventory
Underwriting rules
Always show a simple carrying-cost view with at least:
- principal and interest if available from the listing
- taxes per month
- HOA per month if applicable
- insurance estimate or note uncertainty
- realistic effective carry range after maintenance, vacancy, and property-specific risk
Treat these as strong caution flags:
- high HOA relative to price or expected rent
- older waterfront or coastal exposure
- unknown reserve / assessment history for condos
- many active units in the same building or micro-area
- stale days on market with weak price action
- no clear rent support
Output format
Keep the answer concise but decision-grade:
- Snapshot
- What I like
- What I do not like
- Comp view
- Underwriting / carry view
- Risks and diligence items
- Verdict with fair value range and offer guidance
Reuse notes
When condos are involved, same-building comps and HOA economics usually matter more than neighborhood averages.
For detailed heuristics and the reusable memo template, read references/underwriting-rules.md.