Skip to main content
Glama

НамериМиДом.bg

Търсене на имоти

search_properties
Read-onlyIdempotent

Search real estate listings for sale or rent in Bulgaria (apartments, houses, offices, land) by city, neighborhood, price range, rooms, area. Use this whenever a user asks to find a home, apartment, house or property in Bulgaria. / Търси обяви за имоти за продажба и наем в България по град, квартал, цена, стаи, площ.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityNoCity in Bulgarian or transliterated (Бургас / Burgas)
langNoResponse text language where translations exist (currently bg only)
pageNo
sortNo
limitNo
area_maxNo
area_minNoMin area in m²
currencyNoCurrency of price_min/price_max, default EUR
furnishedNo
price_maxNo
price_minNo
rooms_maxNo
rooms_minNo1=studio/1-room, 2=two-room (bedroom+living), …
transactionNosale (default) or rent / продажба или наем
neighborhoodNoNeighborhood / квартал (Лазур / Lazur)
property_typeNoKind of property / вид имот

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A3.6/5.0
Behavior3/5

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

Annotations already disclose readOnlyHint, idempotentHint, openWorldHint, and destructiveHint=false. The description adds scope context (Bulgaria, sale/rent, filters) but no additional behavioral details like pagination behavior, result limits, or defaults. There is no contradiction with the annotations.

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 English portion is front-loaded and compact, containing the core purpose and usage trigger. The Bulgarian translation is redundant but not harmful and may aid users of the Bulgarian market context.

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?

For a 16-parameter search tool with no output schema, the description covers the high-level purpose and when to call it. It does not describe result shape, pagination, sorting, or default behavior for transaction and currency, though some of that is partially covered by the input schema.

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 about 50%, and the description lists filter categories (city, neighborhood, price range, rooms, area) that map to parameters. It does not explain undocumented parameters like page, sort, limit, price_min/max, area_max, rooms_max, or furnished, leaving some semantics to inference.

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 states a specific verb+resource: search real estate listings in Bulgaria, with explicit examples of property types and filter dimensions. It clearly covers the main search intent, but it does not explicitly name or contrast sibling tools like get_property 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?

It provides an explicit trigger: 'Use this whenever a user asks to find a home, apartment, house or property in Bulgaria.' However, it does not mention when not to use it or point to alternatives such as get_price_stats, get_property, or subscribe_to_search.

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

A4/5.0
Disambiguation5/5

Each tool targets a distinct action: searching, viewing details, stats, locations, subscription polling/creation, and inquiries. check_new_matches and search_properties both return listings, but one is explicitly subscription-scoped, so there is no real ambiguity.

Naming Consistency5/5

All tool names follow a consistent lower_snake_case verb-first pattern: check_, get_, list_, search_, send_, subscribe_to_. The style is predictable and easy to follow.

Tool Count5/5

Seven tools is well-scoped for a real estate search and contact server. Each tool covers a distinct step in the user journey without redundancy.

Completeness4/5

The core workflow is covered: browse locations, search, view details, get price stats, contact the agency, and set/receive new-listing alerts. A minor gap is subscription management, such as unsubscribing or updating a saved search, but agents can work around it.

Resources