Skip to main content
Glama
Capital-W-Holdings

DFX Real Estate Intelligence

PAID, $1.00: confirmed commercial mortgage maturities for one state

debt_maturity_schedule
Read-onlyIdempotent

Get upcoming loan maturities for a US state within a specified timeframe, including maturity date, principal, lender, and property details, deduplicated per loan.

Instructions

PAID: $1.00 USD per delivered schedule. This is the ONLY priced tool on this server. The other eleven are free, keyless and permanently so. Returns the LOAN rather than the event: for one US state and one forward window, up to 200 loans with maturity date, original principal, lender name, instrument type, origination date and the secured property's address, deduplicated to one row per loan and ordered by maturity. Every maturity_basis is 'confirmed': 19,881 of 19,881 loans carry a date filed with the SEC by a servicer or recorded by HUD, and none is estimated or inferred from a term length. HOW TO GET A PRICE, FREE: call this tool with no authorize argument and no credential. You are not charged and not refused. You receive a real quote for your exact arguments, the price, every field that would arrive, the known limits, and the number of rows your dollar would actually buy, so a filter that would deliver one row is visible before you spend anything. HOW TO ACTUALLY BE CHARGED: resend the identical call with authorize and an X-DFX-Account header holding a funded account key. THIS IS THE ONLY THING ON THIS SERVER THAT NEEDS A CREDENTIAL, and it is the reason the handshake's 'no signup' is about the free tier and not about this tool. To get one, call open_dfx_account on this same server; no human step is needed to open it, and a balance must be funded before it can spend. Everything else here, including the quote itself, needs no account at all. FREE ALTERNATIVE, AND IT IS A REAL ONE: search_property_events with event_type=LOAN_MATURITY_SCHEDULED returns up to 50 maturity EVENTS for the same state, dated and sourced, with no principal, no lender and no instrument. It is also a smaller population: an event has to be resolved to a single building, so a loan secured by several is in the paid tape and not in the free index. Use the free tool for timing, this one for a refinancing conversation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum loans, up to 200. The price does not change with the row count.
stateYesTwo letter state code. Required: the schedule is priced per state.
authorizeNoOmit to be quoted. Supply to be charged and served in one response.
within_daysNoForward window from today. Default 548, eighteen months.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.10.0

TDQS

A4.7/5.0
Behavior5/5

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

Goes well beyond the annotations: it discloses the payment/credential requirement as the only priced tool on the server, explains that quoting never charges, that the max_price_usd ceiling is checked before charging ('refused rather than charged'), and that the identical call is resubmitted for the paid path, reinforcing the idempotentHint. The readOnlyHint and destructiveHint are not contradicted; the description actually strengthens them by describing a read-only, non-destructive return with no mutation of domain data.

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

Conciseness3/5

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

The description is well sectioned by topic (returns, data quality, quoting, charging, free alternative) and every section carries distinct meaning, but it is bloated with repeated all-caps emphasis (the paid/credential point is hammered across multiple sentences: 'ONLY priced tool', 'ONLY THING THAT NEEDS A CREDENTIAL', 'the handshake's no signup is about the free tier', 'Everything else here needs no account at all'). It is informative but not tight; roughly a third of the words re-drive the same paid-vs-free distinction.

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

Completeness5/5

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

Given the absence of an output schema and the presence of a nested authorize object plus a payment flow, the description fills the gaps: it enumerates the returned fields, explains the quote-to-authorization transition, states the data-population guarantee (19,881 confirmed loans, none estimated), and covers credential acquisition and the free fallback. Error handling and exact response shape are not specified, but the essential context for a correct call is fully provided.

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

Parameters4/5

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

Schema coverage is 100% for all four parameters and the nested authorize object, so the baseline is already high. The description adds marginal value on top, reinforcing that state drives pricing ('priced per state'), that limit does not affect price, and that authorize toggles quote vs. paid execution — but most of this is already stated in the schema descriptions, so the added semantic load is small.

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

Purpose5/5

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

States the verb ('Returns'), the resource (LOANs, explicitly contrasted with events), the exact scope (one US state, one forward window, up to 200 loans), and the precise field list (maturity date, original principal, lender, instrument, origination date, property address). It also names the sibling tool it is not (search_property_events for events), so an agent can disambiguate without opening either schema.

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?

Gives an explicit two-mode usage flow: omit authorize for a free quote, resend with authorize plus X-DFX-Account to be charged and served. It names the exact free alternative (search_property_events with event_type=LOAN_MATURITY_SCHEDULED) and gives the decision rule ('Use the free tool for timing, this one for a refinancing conversation'), plus the population difference driving that choice. It also clarifies who needs a credential (only this tool) and how to get one (open_dfx_account), so nothing is left to inference.

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