Skip to main content
Glama

Rental verdict

rental_verdict
Read-onlyIdempotent

One combined, signed rental due-diligence verdict: deposit + landlord entity (LEI/company) + listing risk.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
deposit_ibanYesDeposit IBAN.
landlord_leiNoLandlord LEI (optional).
property_countryNoProperty country, ISO alpha-2.
urgency_pressureNoPressure to secure the property today.
landlord_company_noNoLandlord UK company number (optional).
no_in_person_viewingNoNo in-person or video viewing before payment.
payment_irreversibleNoPayment demanded via crypto/gift-card/wire-only.
deposit_before_viewingNoTrue if a deposit is demanded before any viewing.
price_below_market_pctNoHow far below local market the rent is asked, in percent.
contact_moves_offplatformNoContact pushed off the listing platform.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
bandNo
toolNo
flagsNo
scopeNo
summaryNo
verdictYes
componentsNo
risk_scoreYes

TDQS

A3.7/5.0
Behavior3/5

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

Annotations already cover read-only, idempotent, and closed-world behavior, so the description does not need to restate those. It does add the useful behavioral detail that the verdict is 'signed' and combines multiple checks, but it does not explain what signing means, what data sources are used, or failure behavior. This is moderate added context beyond annotations.

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 compact sentence with no filler. It front-loads the core value proposition ('One combined, signed rental due-diligence verdict') and then concisely enumerates the covered risk areas. Every word earns its place.

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

Completeness3/5

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

The output schema exists, annotations cover safety, and parameter descriptions are complete, so much of the call contract is already supplied. However, the description does not explain how this tool relates to closely related siblings such as rental_listing_risk and rent_deposit_guard, nor does it clarify when the combined verdict is preferable. It is adequate but leaves the orchestration decision to the agent.

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

Parameters3/5

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

Schema description coverage is 100%, with all 10 parameters individually documented. The description does not add parameter-level semantics beyond the high-level mapping to deposit, landlord entity, and listing risk, which is acceptable given the schema already carries the full burden. Baseline 3 applies.

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 produces a single combined rental due-diligence verdict covering deposit, landlord entity, and listing risk. This specific composition distinguishes it from sibling tools like iban_check, lei_check, rental_listing_risk, and rent_deposit_guard without needing to open their schemas.

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

Usage Guidelines3/5

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

The phrase 'One combined, signed rental due-diligence verdict' implies the tool should be used when a synthesized verdict across all three risk areas is desired, but it does not explicitly say when to choose this over separate sibling checks or mention alternatives by name. Usage guidance is present only by implication.

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.8/5.0
Disambiguation5/5

Each tool targets a distinct identifier type or data source: every checksum validation is for a specific standard (IBAN, LEI, VAT, etc.), and the on-chain and rental tools are clearly separate domains. There is no ambiguity between tools; even similar-sounding checks like 'luhn_check' and 'ean13_check' are distinct algorithms with explicit descriptions.

Naming Consistency3/5

Most validation tools follow a 'X_check' pattern (iban_check, swift_bic_check, ein_format_check), but others deviate: 'company_number_format' uses a noun_noun structure, 'block_info' is noun_noun, and 'batch_validate' and 'context_distill' use verbs. While the pattern is not uniform, the names are readable and the convention is understandable, just not fully consistent.

Tool Count2/5

With 28 tools, this server exceeds the typical 3-15 well-scoped range and even the 16-25 heavy range. The server covers multiple unrelated domains (identifier validation, blockchain queries, rental fraud, text processing), which inflates the count. While each tool is individually justified, the overall surface feels overly broad for a single MCP server.

Completeness4/5

For each sub-domain, coverage is strong: identifier validation includes a wide range of international standards, on-chain queries cover balances, activity, and settlement history, and rental tools provide risk, verdict, and deposit guard. Minor gaps exist (e.g., no country-specific tax IDs beyond what's listed, no transaction history for arbitrary tokens), but the visible coverage is comprehensive for the stated purposes.

Resources