Skip to main content
Glama

search_offers

Search apartment listings on Cian with filters for city, region, metro, price, area, and rooms. Returns a list of offers with URLs and key details.

Instructions

Поиск объявлений о продаже квартир на Циане по фильтрам. Возвращает список лотов с URL и ключевыми фактами.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
limitNo
roomsNo
city_idNo
area_maxNo
area_minNo
metro_idsNo
price_maxNo
price_minNo
region_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. First observedv0.1.0

TDQS

B3.4/5.0
Behavior2/5

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

With no annotations, the description carries the full burden; it discloses only the basic return type (list with URL and key facts) but omits behaviors such as pagination, sorting, data freshness, or side effects.

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, front-loaded with the action and resource, no redundant wording.

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 output schema covers return structure, but the description does not address pagination behavior, filter semantics, or whether authentication is required, leaving some gaps for a 10-parameter tool.

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

Parameters2/5

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

Schema coverage is 0% and none of the ten parameters are explained; while names like price_min and area_max are self-explanatory, the description adds no semantics, units, or validation details beyond the schema.

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 states a specific action (search) on a specific resource (apartment sale listings on Cian) and notes that it returns a list of lots with URL and key facts, distinguishing it from single-offer retrieval.

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?

The description implies usage for filtered list searches through the verb 'search' and 'returns a list', but it does not explicitly state when to use this tool versus get_offer or mention any exclusions.

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/pom6ac/cian-mcp'

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