Skip to main content
Glama

Elron Club Public Rentals

Search published Elron Club rentals

rentals.search
Read-onlyIdempotent

Return a compact, actionable shortlist of published furnished apartments by location, availability, capacity, rooms, duration, and monthly rent. Defaults to 10 available or upcoming rentals; call rentals.get for complete details.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityNoCity name; matching is case- and accent-insensitive.
limitNoMaximum shortlist size; inspect total and hasMore.
queryNoFree text across rental, property, city, and region names.
localeNode
regionNoRegion name; common English, German, and unaccented forms are accepted.
minimumRoomsNoMinimum room count.
availableFromNoLatest acceptable move-in date in ISO YYYY-MM-DD; later or unverified upcoming availability is excluded.
durationMonthsNoMinimum rental duration used for price filtering.
minimumOccupancyNoMinimum supported resident count.
availabilityStatusNoAvailability scope. The default excludes unavailable inventory.AVAILABLE_OR_UPCOMING
maximumMonthlyRentNoMaximum monthly rent in CHF for the selected duration.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
statusYes

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnly, idempotent, and non-destructive behavior, so the description adds valuable context: it returns a 'compact, actionable shortlist' with a default of 10 available or upcoming rentals. This clarifies the scope and default behavior without contradicting 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 two crisp sentences: the first states the purpose, the second covers default and next step. No redundant words, perfectly front-loaded with the most critical information, and every sentence earns its place.

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?

The tool is complex (11 optional parameters) but the description provides a high-level summary, default behavior, and a pointer to the companion get tool. Since an output schema exists and parameter descriptions are thorough, the description doesn't need to repeat return details. It sufficiently equips an agent to invoke 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?

With 91% schema description coverage, the schema already documents parameters well. The description summarizes the filter dimensions (location, availability, capacity, etc.) which maps to parameters, but adds little beyond what the schema provides. It meets the baseline but doesn't significantly enhance parameter understanding.

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 returns a compact shortlist of published furnished apartments, filterable by specific criteria (location, availability, capacity, rooms, duration, rent). It distinguishes from the sibling tool rentals.get by explicitly pointing to it for complete details, and the name/title align perfectly with this purpose.

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?

It explicitly advises calling rentals.get for complete details after receiving the shortlist, establishing a clear workflow. While it doesn't enumerate all alternative tools (e.g., check_availability), the context makes it evident this is the primary search entry point and it gives a specific follow-up action, providing sufficient guidance.

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

Each tool is clearly scoped to a distinct action within its domain (applications, viewings, rentals, etc.). Verbs like start, update, submit, create, propose, accept are unambiguous and non-overlapping.

Naming Consistency5/5

All tools follow a consistent domain_verb pattern in snake_case (e.g., applications.start, rentals.search, viewings.propose_availability). No mixing of styles.

Tool Count4/5

21 tools cover a broad rental lifecycle (discovery, applications, quotes, viewings, payments, contracts). While slightly above the typical 15-tool sweet spot, each tool has a defined purpose and no redundancy.

Completeness4/5

The lifecycle from rental search to booking confirmation and contract signing is well-covered. Minor gaps exist (e.g., no explicit cancellation or withdrawal tools), but the core flows are complete.

Resources