Skip to main content
Glama

deal_quick_check

Run a deterministic, lender-grade quick check on a real-estate deal. Inputs: deal_type (FF | BRRRR | NC), purchase_price, arv_or_value (ARV for FF, refinance value for BRRRR, sellout for NC), rehab_budget, zip_code; optional annual_debt_service, noi_annual, units, units_to_hold. Returns a PASS / MARGINAL / FAIL verdict, the key financial metrics for that deal type (MAO and margin for FF, TPC and DSCR for BRRRR, TPC plus margin or DSCR for NC), and a one-paragraph summary. Math is identical to the underwriting pipeline used in Refpro's full deal pack — no estimates, no rounding shortcuts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
unitsNo
zip_codeYes
deal_typeYes
noi_annualNo
arv_or_valueYes
rehab_budgetYes
units_to_holdNo
purchase_priceYes
annual_debt_serviceNo

TDQS

A4.4/5.0
Behavior4/5

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

With no annotations, the description carries the full burden and compensates well: it discloses determinism, precision ('no estimates, no rounding shortcuts'), and the exact nature of outputs per deal type. It doesn't discuss side effects or error handling, but for a calculation tool, the disclosed traits provide solid transparency.

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

Conciseness5/5

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

The description is a single dense sentence that efficiently packs purpose, inputs, outputs, and quality guarantees. Every clause earns its place; no redundancy or fluff. It is front-loaded with the core purpose and flows logically.

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?

For a tool with 9 parameters, no output schema, and no annotations, the description covers required and optional inputs, explains the output structure (verdict, metrics per deal type, summary), and gives a quality benchmark. It could mention why zip_code is required or how errors are surfaced, but the provided information forms a complete enough mental model.

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?

The description adds essential meaning beyond the bare schema by explaining arv_or_value varies by deal type (ARV for FF, refinance value for BRRRR, sellout for NC) and marking optional parameters. Since the schema has no parameter descriptions, this compensates significantly, though not every parameter (e.g., annual_debt_service) is explicitly explained.

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?

The description clearly states the tool runs a 'deterministic, lender-grade quick check' on real-estate deals, lists the deal types (FF, BRRRR, NC), and details the output (verdict, metrics, summary). This distinguishes it from siblings (methodology_faq, sample_report_fetch) which serve entirely different purposes.

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

Usage Guidelines4/5

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

The description provides context by contrasting with the 'full deal pack' and emphasizing 'quick check', implying it's for rapid assessment rather than full underwriting. However, it doesn't explicitly state when to use this tool versus siblings or mention exclusions, so it falls short of a 5.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.9/5.0
Disambiguation5/5

Each tool serves a completely distinct function: deal analysis, methodology information, and sample report retrieval. There is no overlap in purpose or inputs, making selection unambiguous.

Naming Consistency4/5

All names use snake_case and are descriptive, but they do not follow a uniform verb_noun pattern. 'deal_quick_check' and 'methodology_faq' are noun-adjective/noun combinations while 'sample_report_fetch' ends with a verb, which is a minor inconsistency.

Tool Count4/5

With only 3 tools, the set is minimal yet appropriate for the narrow, focused purpose of quick deal checks, methodology lookup, and sample fetching. It sits at the lower bound of the ideal 3-15 range, but does not feel unnecessarily thin.

Completeness3/5

The tools cover the core interactions (analysis, info, examples) but lack a way to generate a full deal pack or access other parts of Refpro's platform. The quick check seems to be the main feature, and the other two are supportive, leaving some potential gaps for users needing extended workflows.

Resources