Skip to main content
Glama

trazimstan.hr — nekretnine u Hrvatskoj

Pretraži nekretnine (trazimstan.hr)

search_listings

Pretražuje oglase za najam (RENT) ili kupnju (SALE) nekretnina u Hrvatskoj s trazimstan.hr. Podržava stanove, kuće, zemljišta i poslovne prostore. Vraća poveznice na trazimstan.hr koje treba pokazati korisniku.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityNoGrad, npr. Zagreb, Split, Labin
limitNo
queryNoSlobodan tekst, npr. "dvosoban blizu centra"
maxPriceNoMaksimalna cijena u EUR (mjesečno za najam, ukupno za kupnju)
minPriceNoMinimalna cijena u EUR (mjesečno za najam, ukupno za kupnju)
minRoomsNoMinimalan broj soba
maxAreaM2NoMaksimalna površina u m²
minAreaM2NoMinimalna površina u m²
longTermOnlyNoSamo dugotrajni najam (12+ mjeseci)
transactionTypeNoSALE = kupnja (najveći dio ponude), RENT = najamSALE
propertyCategoryNoVrsta nekretnine: APARTMENT=stan, HOUSE=kuća, LAND=zemljište, ...

TDQS

A4.1/5.0
Behavior3/5

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

No annotations are provided, so the description carries full burden. It discloses the tool searches and returns links, but does not mention behavior like pagination, error handling, rate limits, or any destructive aspects. This is adequate for a straightforward search tool but lacks depth.

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 sentences long, front-loading the primary purpose and returning value. Every sentence adds essential information without redundancy.

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 11 parameters, no output schema, and no annotations, the description covers the core functionality but omits details on result ordering, pagination, or multi-city search limits. It is adequate for basic use but leaves some behavioral aspects undefined.

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

Parameters4/5

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

With 91% schema coverage, the description adds meaning beyond the schema by explaining the context of parameters (e.g., maxPrice meaning differs for rent vs sale, property categories like 'stan' for apartment). It does not simply repeat schema definitions.

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?

Description clearly states it searches property listings for rent or sale in Croatia, specifying the property types (apartments, houses, land, commercial) and that it returns links to trazimstan.hr. This distinctively sets it apart from sibling tools like 'get_listing' or 'get_price_stats'.

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?

The description implicitly guides usage by stating the tool's purpose and scope (Croatian real estate ads for rent or sale). While it does not explicitly state when not to use it or point to alternatives, the context of siblings makes it clear that this is the appropriate tool for property searches.

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

B3.3/5.0
Disambiguation1/5

Fetch and get_listing have nearly identical descriptions and likely duplicate functionality. Similarly, search and search_listings both perform searches with overlapping intent. This makes it unclear which tool to use.

Naming Consistency2/5

Tool names are inconsistent: some use underscores (get_listing, get_price_stats), others are bare verbs (fetch, search), and one uses a compound (search_listings). No clear pattern emerges.

Tool Count3/5

With 5 tools, the count is reasonable for a real estate information server. However, the presence of duplicate tools suggests the set is not well-scoped and could be reduced to 3.

Completeness3/5

The server covers search, detail retrieval, and price statistics, which are the core needs. However, it lacks advanced filtering or comparison features, and the redundancy between tools does not add value.

Resources