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

B3.4/5.0
Behavior3/5

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

Annotations already convey read-only, idempotent behavior. The description adds 'signed' as a behavioral trait, which is useful but unexplained—an agent cannot tell whether this means a cryptographic signature or simply an authoritative verdict. No contradiction with annotations exists.

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

Conciseness4/5

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

The description is a single, concise sentence that places the core 'combined verdict' idea first. It earns its place, though it could include a bit more operational guidance without becoming bloated.

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?

Given the 10-parameter complexity and existing output schema, the description is minimally adequate but does not explain how the optional inputs affect the verdict or clarify the 'signed' aspect. An agent can likely call it correctly using the schema, but selection guidance and behavioral nuance are thin.

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%, so the schema already documents every parameter. The description only groups parameters into deposit, landlord entity, and listing risk categories, which adds little beyond the schema's individual field descriptions.

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 identifies the tool as producing a combined rental due-diligence verdict covering deposit, landlord entity, and listing risk. It distinguishes itself from narrower sibling tools through the 'combined' framing, though it lacks an explicit verb like 'computes' or 'returns'.

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 description implies use case: when a combined verdict across deposit, landlord entity, and listing risk is needed. However, it does not explicitly mention when to prefer this over sibling tools such as rent_deposit_guard, rental_listing_risk, or lei_check, nor does it state any exclusions or alternatives.

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 targets a distinct identifier type or specific function (e.g., IBAN vs. EIN vs. block info), with no overlap even among similar validation routines. The batch and rental tools combine distinct sub-checks without ambiguity, making misselection unlikely.

Naming Consistency4/5

Tool names are uniformly snake_case and mostly follow a descriptive pattern, but the action verbs vary (e.g., 'check', 'format', 'info', 'guard', 'verdict') rather than a single verb_noun structure. While clearly readable, the pattern is not perfectly uniform.

Tool Count2/5

At 28 tools, the server feels like a broad utility pack rather than a focused domain. The count exceeds the 'heavy' threshold and includes three distinct sub-domains (financial identifiers, rental fraud, on-chain queries), making the surface area hard to navigate coherently.

Completeness4/5

The identifier validation coverage is thorough (most common checksums), rental checks cover risk, deposit, and verdict, and on-chain tools handle balances, activity, and settlement history. Minor gaps exist (e.g., no token transfer history, no generic identifier detection) but agents can likely work around them.

Resources