Skip to main content
Glama

GROO reality

Hledat nemovitosti

hledej_nemovitosti

Vyhledá nemovitosti v aktuální nabídce GROO reality. Všechny filtry jsou nepovinné a dají se kombinovat. Vrací i celkový počet nálezů.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typNoProdej či pronájem
obecNoObec ze seznamu v nástroji ciselniky.
dotazNoFulltext přes obec, ulici, popis i číslo nabídky. Hledá se od začátku slova a čeština se neskloňuje, takže zadávej KMEN, ne tvar z věty: „lodži" najde lodžie i lodžií, kdežto „lodžie" jen část z nich.
limitNoKolik nabídek vrátit (výchozí 20, nejvíc 50).
cena_doNoHorní hranice ceny v Kč. Dvě věci, které je potřeba vědět: porovnává se s cenou bez ohledu na prodej či pronájem (u „do 7 000 000" projdou i všechny pronájmy — kombinuj s parametrem typ), a projdou taky nabídky s cenou na vyžádání. Kolik jich je, říká pole cena_na_vyzadani ve výsledku — o ně je počet nadhodnocený.
dispoziceNoŠtítky oddělené čárkou, např. "2+kk,3+1" nebo "kanceláře".
kategorieNo
vymera_odNoDolní hranice výměry v m².

TDQS

A3.5/5.0
Behavior3/5

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

With no annotations, the description carries the transparency burden. It does disclose one useful behavioral trait beyond the name — that the response includes a total match count — and it implies a read-only lookup. But it stays silent on pagination, sorting, or the shape of returned offers, so transparency is partial.

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 short sentences deliver the resource, filter flexibility, and a key return-value detail with no redundancy. The core action is front-loaded, and every sentence 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 description covers the tool's purpose, optional filters, and the total count. However, with no output schema, it does not explain the structure of returned offers or how results are ordered/limited beyond the limit parameter documented in the schema, leaving a moderate completeness gap.

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 88%, so the schema already documents nearly all parameters. The description adds only the high-level guarantee that filters are optional and combinable, which is useful but does not materially deepen parameter understanding beyond the schema.

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 opens with the verb 'Vyhledá' and a specific resource, 'nemovitosti v aktuální nabídce GROO reality', making the search scope clear. It does not explicitly contrast itself with siblings such as detail_nabidky, so it misses the top score for sibling differentiation.

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?

It states that all filters are optional and can be combined, which gives some guidance on parameter usage. However, it does not say when to choose this tool over detail_nabidky or projekty, so the usage context is implied rather than explicit.

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

Every tool has a clearly distinct purpose: list/detail pairs are separated by the detail_ prefix, and hledej_nemovitosti is explicitly contrasted with poptavky as the opposite direction. No two tools appear to do the same thing.

Naming Consistency4/5

Most tools follow a predictable pattern: plural nouns for lists, detail_<entity> for single items, and singular nouns for standalone content like kontakt, reference, and stranka. The pattern is slightly broken by hledej_nemovitosti, which uses a verb style rather than a noun.

Tool Count5/5

Twelve tools is well within the ideal range for a real-estate website integration. Each tool covers a distinct public content area without unnecessary redundancy.

Completeness5/5

The toolset covers all relevant public surfaces of a real-estate agency site: offers, projects, articles, codebooks, contact, references, and static pages. For an informational read-only integration, no significant lifecycle operations are missing, and the search tool with optional filters avoids dead ends.

Resources