Skip to main content
Glama

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

Абонамент за нови имоти

subscribe_to_search

Subscribe the user to a saved search: whenever a NEW listing matching these criteria appears, they get an email (and a phone push if they install the app). Ask for their name and email first, then call this. It also creates their НамериМиДом.bg account if they do not have one. Use it whenever the user says "notify me", "let me know when something new appears", "keep looking for me". / Абонира човека за търсене — новите съвпадения му идват по имейл.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityNo
nameYesUser's name / името на човека
emailYesEmail for the new-listing alerts
roomsNo1 / 2 / 3 / 4 (rooms) or „къща“ for a house
currencyNo
price_maxNoBudget (EUR unless currency=BGN)
transactionNo
neighborhoodNo
property_typeNo

Schema Changelog

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

  1. First observed

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already flag non-read-only, non-idempotent behavior; the description adds concrete side effects: it sends emails, may send phone push after app install, and creates a НамериМиДом.bg account if absent. This is useful disclosure of persistent mutation, though it does not mention duplicate-subscription or cancellation behavior.

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 main behavior is front-loaded, and the trigger phrases and side-effect note earn their place. The bilingual Bulgarian repetition adds length but supports the local user base without obscuring the key information.

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 9-parameter mutating subscription tool without an output schema, the description covers the essential call context: main effect, delivery channels, account creation side effect, user info to collect, and trigger phrases. It leaves minor gaps such as how to map a prior search into the criteria and what to tell the user after a successful subscription.

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?

The description clarifies that name and email must be collected first and that the other parameters are the 'criteria' defining the saved search. However, with only 44% schema description coverage, it does not compensate for the undocumented filter fields (city, neighborhood, currency, transaction, property_type) beyond calling them criteria.

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: subscribe the user to a saved search, and defines the trigger behavior ('whenever a NEW listing matching these criteria appears') plus the delivery channel. This distinguishes it from sibling search/match tools: it is not one-off search (search_properties) or match checking (check_new_matches) but an ongoing alert subscription.

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?

Gives explicit when-to-use trigger phrases ('notify me', 'let me know when something new appears', 'keep looking for me') and a required precondition ('Ask for their name and email first...'). It does not state when not to use it or name alternative tools, so it stops short of full routing 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

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