What DFX actually covers, and what it does not
dfx_coverageCheck data coverage for event types and states to determine if real estate data is available before querying.
Instructions
Measured coverage, served sources, object types and the known gaps stated plainly, including where geography is a single state and where nothing carries a calibrated probability. Call this before concluding that an empty result means an absent market.
Call it with NO arguments for the full grid: every event family, every state, measured. Call it with state and/or event_type for a direct verdict on that one slice (COVERED, NOT_COVERED or UNKNOWN) with the basis it was decided on, which is one small answer instead of a grid to parse. Free, and it queries no data: the verdict comes from a coverage registry, so a NOT_COVERED is measured rather than inferred from an empty search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | Two letter state code. Optional: narrows the answer to this state. | |
| event_type | No | Optional: narrows the answer to this family. Same vocabulary as search_property_events. |