Skip to main content
Glama
Capital-W-Holdings

DFX Real Estate Intelligence

What DFX actually covers, and what it does not

dfx_coverage
Read-onlyIdempotent

Check 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

TableJSON Schema
NameRequiredDescriptionDefault
stateNoTwo letter state code. Optional: narrows the answer to this state.
event_typeNoOptional: narrows the answer to this family. Same vocabulary as search_property_events.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.10.0

TDQS

A4.4/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already cover read-only and idempotent, and description adds that it queries no data and is free, plus explains NOT_COVERED is measured not inferred. This goes beyond the annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is verbose with redundant phrases like 'stated plainly' and 'measured rather than inferred', and the structure repeats information about the two modes. It could be half the length without losing meaning.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description explains the two output modes (full grid vs direct verdict) and the meaning of NOT_COVERED, providing sufficient context for correct usage. Could benefit from an explicit output structure, but overall it is complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Both parameters have clear schema descriptions ('Two letter state code', 'Same vocabulary as search_property_events'), and the tool description explains how they narrow the result. The enum is fully documented.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool reports coverage ('Measured coverage, served sources, object types and the known gaps') and differentiates from search tools by clarifying it checks a coverage registry. However, the phrasing is ornate and could be more direct.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly instructs to call before concluding absence ('Call this before concluding that an empty result means an absent market') and provides two calling modes: no args for full grid, with args for direct verdict. This gives unambiguous guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.