Skip to main content
Glama
nosuchip

livo-ge-mcp

Счётчики по фильтру

count

Get the total number of real estate listings matching your filter without fetching them. Validate filter criteria and compare filter options with a single cheap request.

Instructions

Считает результаты по фильтру, не выкачивая их — один дешёвый запрос. Годится, чтобы проверить осмысленность критериев и сравнить варианты фильтра между собой. Возвращает total — полное число объявлений под фильтр.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNoсвободный текст: ищет по заголовку/описанию
cityNoгород: название на любом из ka/en/ru или id. Пустая строка — вся ГрузияТбилиси
dealYesтип сделки
areasNoрайоны и микрорайоны вперемешку, по названию или id. Микрорайон имеет приоритет при совпадении имени (напр. «Ваке» — это микрорайон, а не район Ваке-Сабуртало)
metroNoстанции метро (только Тбилиси)
ownerNoкто подал: physical (собственник), broker, agency, developer
roomsNoчисло комнат, напр. [2,3]; 10 означает «10 и больше»
estateNoтип недвижимостиflat
streetsNoid улиц; названия — через geo()
with_3dNoесть 3D-тур (таких единицы)
area_maxNoплощадь до
area_minNoплощадь от
bedroomsNoчисло спален
buildingNoсостояние постройки: старая / новостройка / строящаяся
currencyNoвалюта ценового фильтра; EUR не поддержанUSD
amenitiesNoудобства по устойчивому ключу или id: elevator, furniture-equipment, conditioner, internet, guard, storeroom, swimming-pool-open, pets-allowed … список — reference('amenities'). ВНИМАНИЕ: несколько удобств API объединяет по ИЛИ, а не по И — [elevator, conditioner] даёт больше результатов, чем [elevator]. Нужен И — фильтруй по одному и пересекай сам
area_unitNoединица площади; ha — только для участковm2
floor_maxNoэтаж до
floor_minNoэтаж от
has_porchNoесть веранда
price_maxNoверхняя граница цены
price_minNoнижняя граница цены
conditionsNoсостояние ремонта, id из reference('conditions')
has_loggiaNoесть лоджия
has_balconyNoесть балкон
price_per_m2Noтрактовать price_min/price_max как цену за м² (отдельный параметр API)
can_exchangedNoвозможен обмен
heating_typesNoотопление, id из reference
parking_typesNoпарковка, id из reference
project_typesNoтип проекта дома, id из reference('project_types')
bathroom_typesNoсанузлы, id из reference
material_typesNoматериал стен, id из reference
hot_water_typesNoгорячая вода, id из reference
storeroom_typesNoкладовая, id из reference
door_window_typesNoдвери/окна, id из reference
living_room_typesNoгостиная, id из reference
has_cadastral_codeNoуказан кадастровый код

Schema Changelog

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

  1. First observedv1.0.0

TDQS

A4.3/5.0
Behavior4/5

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

No annotations are provided, so the description carries the disclosure burden. It adequately covers the key behavioral traits: the operation is cheap ('один дешёвый запрос'), does not download results, and returns the full count ('полное число объявлений'). It does not overpromise or hide side effects, and the read-only nature is sufficiently implied.

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 three short sentences, each earning its place: what it does, when to use it, and what it returns. The core behavior is front-loaded, and there is no redundant repetition of schema information.

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?

Despite the high parameter count, the schema fully documents all parameters, so the description does not need to enumerate them. It provides the missing contextual piece: the return value ('total') and the operational guarantee that this is a cheap count rather than a data-fetching call. For a count tool, this is complete enough for an agent to select and invoke it 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?

Schema description coverage is 100%, and all 37 parameters already have meaningful descriptions in the schema. The tool description adds no parameter-level detail beyond the generic 'по фильтру', but it does not need to because the schema fully documents each parameter. Baseline 3 is appropriate.

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 states a specific verb and resource: 'Считает результаты по фильтру' (counts filtered results) and explicitly distinguishes itself from fetching tools by saying 'не выкачивая их' (without downloading them). It clearly communicates that this is a count-only counterpart to search-like tools, and states the exact return value ('total').

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 gives explicit usage context: use it to 'проверить осмысленность критериев' (validate criteria) and 'сравнить варианты фильтра' (compare filter variants). It implies the alternative is fetching results with search/listing, but does not name those alternatives explicitly or state when not to use it.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/nosuchip/livo-ge-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server