Skip to main content
Glama

check_rental_chances

Wohnungs-Chancen-Check for Swiss tenants: rates chances on the rental market (tenant score 0–100) from a search profile using real BFS vacancy, rent and ZKB market data, and suggests better alternative regions. Use for "how are my chances of finding a 3.5-room flat in Zürich for 2200". Afterwards the tenant can register in the pool via join_tenant_pool.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
roomsYesrooms_1_5=1.5 … rooms_5_5_plus=5.5+
budgetYesMonthly budget in CHF (budget_over_4000 = 4000–5000, budget_over_5000 = >5000)
incomeNoOptional gross annual income (improves tax estimate)
localeNo
locationYesDesired place/region, e.g. "Zürich". Free text, geocoded server-side.
householdYesHousehold type
timeframeYesWhen they are searching
location_typeNoOptional kind of place
search_radius_kmNoOptional search radius around the location in km, e.g. 15
workplace_addressNoOptional workplace address for a commute estimate

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations provided, the description carries the behavioral burden and does well: it names the data sources (BFS vacancy, rent, ZKB market data), the score range, and that it suggests alternative regions. It also implies this tool only checks chances and that registration happens separately via join_tenant_pool, which is useful side-effect context.

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?

Two sentences, front-loaded with the purpose, and every clause adds value: what it does, what it uses, the score range, an example, and the next step. No filler or redundancy.

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 10 parameters and no output schema, the description conveys the core outcome, example input, data provenance, and follow-up action. It does not detail the response structure beyond the 0–100 score and alternatives, but that is arguably sufficient for selecting and invoking the tool correctly.

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 90%, so the schema already documents the parameters. The description adds contextual meaning by linking the query example to a 'search profile', but it does not explain individual parameters beyond the schema baseline.

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 a specific action ('rates chances'), a precise resource (rental market chances from a search profile), and a concrete output (tenant score 0–100 plus alternative region suggestions). This clearly distinguishes it from sibling listing, FAQ, and pool tools.

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?

Provides an explicit example query ('how are my chances of finding a 3.5-room flat in Zürich for 2200') and a follow-up action via join_tenant_pool. It does not explicitly state when not to use it or name alternatives, but the context is clear enough for an agent to select it.

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 clearly distinct function: searching listings, retrieving property details, finding similar/popular listings, checking availability, assessing rental chances, joining the tenant pool, and accessing FAQs/guides. No two tools overlap in purpose, and the workflow between check_rental_chances and join_tenant_pool is explicitly documented.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in lowercase snake_case. Most retrieval operations use the 'get_' prefix (get_faqs, get_guide, get_listing_detail), while search_guides and search_listings use 'search_', and the two non-retrieval operations use 'check_' and 'join_'. This consistency makes the API predictable and easy to navigate.

Tool Count5/5

With 10 tools, the server falls squarely in the well-scoped range (3-15). The tools cover discovery (search, popular, similar, detail), specialized assessment (rental chances), booking availability, tenant pool registration, and content retrieval (FAQs, guides) without unnecessary duplication or bloat.

Completeness4/5

The tool set comprehensively covers the tenant-facing workflow: searching properties, viewing details, checking availability, assessing rental chances, and optionally joining the tenant pool. Minor gaps exist in property management operations (e.g., no create/update/delete for listings) but these are out of scope for the platform's apparent consumer focus.

Resources