Skip to main content
Glama

AUX Mortgage Closing Funds Preflight

aux_mortgage_closing_preflight
Read-onlyIdempotent

Evaluate one published fictional mortgage closing scenario for destination changes and cash-to-close evidence sufficiency. Optionally add live public FDIC institution context. Returns MATCH, CHANGE_REVIEW, or INSUFFICIENT_EVIDENCE with a signed receipt; never authorizes a wire or accepts real customer or bank data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
scenario_idYes
include_live_fdic_contextNo

TDQS

A3.8/5.0
Behavior4/5

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

With annotations already declaring readOnly, openWorld, idempotent, and non-destructive, the description adds valuable context: it explicitly notes the tool never authorizes a wire, accepts only fictional data, and returns a signed receipt. This goes beyond the annotations and clarifies constraints, earning a strong score.

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 two sentences, front-loaded with the primary action and then details about options and constraints. Every sentence contributes value, and there is no fluff or repetition. It is concise and well-structured.

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 tool's simplicity (2 parameters, no output schema), the description covers all necessary aspects: what it evaluates, the optional flag, the return categories, and the safety constraints (no real data, no wire authorization). It is complete for an agent to understand the tool's behavior and scope.

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 description coverage is 0%, but the description explains the purpose of both parameters: 'one published fictional mortgage closing scenario' corresponds to scenario_id, and 'Optionally add live public FDIC institution context' maps to include_live_fdic_context. It does not enumerate the scenario_id values, but those are self-explanatory in the enum, and the description compensates for the lack of schema coverage.

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 evaluates a fictional mortgage closing scenario for destination changes and cash-to-close evidence sufficiency, and it specifies the return values (MATCH, CHANGE_REVIEW, INSUFFICIENT_EVIDENCE). It does not explicitly differentiate from the sibling tool aux_transaction_preflight, but the specific mortgage closing context gives it clarity.

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

Usage Guidelines2/5

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

The description outlines what the tool does but gives no explicit guidance on when to use it versus the sibling tool aux_transaction_preflight. It does mention 'never authorizes a wire or accepts real customer or bank data', which is a constraint but not a usage recommendation. No when-to-use or when-not-to-use instructions are provided.

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
Disambiguation4/5

Each tool targets a distinct domain or lifecycle step, and descriptions clearly separate capability discovery from evaluation and verification. The two evaluation-like tools (aux_evidence_evaluate and aux_transaction_preflight) could be confused at a glance, but their scenarios are explicitly differentiated.

Naming Consistency4/5

All names use the aux_ prefix with snake_case, which is a consistent and readable pattern. There is minor inconsistency in whether the final token is a verb (evaluate, verify, start, continue) or a noun (capabilities, preflight, evidence), but the overall structure is predictable.

Tool Count5/5

Ten tools is well within the ideal range and each tool earns its place: three capability discovery tools, several scenario-specific preflight evaluators, a three-step RWA dialogue flow, and a receipt verifier. Nothing feels redundant or bloated.

Completeness4/5

The surface covers discovery, evaluation, continuation, and verification across multiple financial evidence domains, including a full dialogue lifecycle for RWA actions. Minor gaps exist, such as no general status/history endpoint for past preflights, but the core workflows are complete and operational.

Resources