Resolve a US street address to a property or parcel
resolve_addressResolve a street address to canonical DFX property and parcel IDs, returning match basis and ambiguity for free. Use this tool first, then call get_property_record with the resulting ID.
Instructions
Turn a street address into canonical DFX object ids, with the match basis and any ambiguity stated. Returns typed objects: a 'property' (national federal programme multifamily) and/or a 'parcel' (Massachusetts assessor and registry layer). These are separate populations that barely overlap, so an address may return one, the other, or both. Free. Start here, then call get_property_record with an id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | City or town, for example 'Cambridge'. Optional: a one-line address carrying its own city and state is split here, so pass the whole line rather than splitting it yourself. Given explicitly it wins over anything parsed out of `address`. | |
| limit | No | Max 50. This is candidates for ONE address, not a page of a search. Raise it only when `address_group_size` on a result says several published records share the address. | |
| state | No | Two letter state code | |
| address | Yes | Street address including the house number, for example '100 Binney St' |