Skip to main content
Glama

1233.chat

Server Details

Search goods and services listings on 1233.chat, a classifieds board in Bishkek, Kyrgyzstan.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP · MCP 2025-11-25
URL

TDQS

A3.7/5.0

Scored across 2 tools

Disambiguation5/5

The two tools are clearly distinct: get_listing retrieves a specific listing by ID, while search_listings performs a query across listings. There is no overlap in their purposes.

Naming Consistency5/5

Both tool names follow the verb_noun pattern (get_listing, search_listings), using consistent snake_case and clear action words.

Tool Count3/5

With only 2 tools, the server is minimal but not unreasonable for a read-only classifieds viewer. It feels thin, but the scope is narrow.

Completeness3/5

The server covers the two core read operations (search and retrieve), but lacks create, update, or delete capabilities. This is acceptable for a read-only API, though it leaves no management surface.

Available Tools

2 tools
get_listingОбъявление целикомA
Read-only
Inspect

Возвращает полное описание активного объявления 1233.chat: цену, детали, фото и ссылку.

ParametersJSON Schema
NameRequiredDescriptionDefault
listing_idYesid объявления из результатов search_listings.

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already mark the tool as read-only, so the description adds value beyond them by specifying the returned content (price, details, photos, link) and the 'active' constraint on listings. There is no contradiction with readOnlyHint=true.

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 a single sentence with no filler, front-loading the action and scope. The parenthetical field list is compact and informative without being redundant.

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?

For a one-parameter, read-only tool with a full output schema, the description is complete: it states what is returned and the field scope, while the schema covers the parameter. No additional behavioral detail is needed for an agent to call 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%, with listing_id already documented as coming from search_listings results. The description does not add any parameter-specific meaning beyond that, so it earns the baseline 3 for relying on a complete 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?

The description uses a specific verb 'Возвращает' with a clear resource: the full description of an active 1233.chat listing, including price, details, photos, and link. This sharply distinguishes get_listing from the sibling search_listings, which searches rather than retrieves a single listing's full details.

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 intended usage is implied: this tool retrieves a full listing by ID, and the parameter description states the ID comes from search_listings results. However, the description itself never explicitly says when to use it versus search_listings, nor does it mention exclusions such as inactive listings being unretrievable despite saying 'active'.

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

search_listingsПоиск объявленийB
Read-only
Inspect

Ищет активные объявления на 1233.chat (Бишкек): товары, услуги и заявки на поиск исполнителя.

ParametersJSON Schema
NameRequiredDescriptionDefault
kindNoproduct — товар, service_offer — предлагают услугу, service_request — ищут исполнителя.
limitNoСколько объявлений вернуть.
queryNoЧто ищем: слова из названия или описания. Пусто — самые свежие объявления.
max_priceNoМаксимальная цена.
min_priceNoМинимальная цена.

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

TDQS

B3.4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and there is no contradiction. The description adds useful context about searching only active listings in Bishkek, but it does not disclose response behavior, pagination, sorting, or any special constraints. With read-only safety covered by annotations, this is adequate but not rich.

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 a single front-loaded sentence with no filler: it states the verb, the resource, the location, and the main categories. Every part earns its place.

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?

With zero required parameters, full schema descriptions, a readOnlyHint annotation, and an output schema present, the description is largely complete for correct invocation. The main missing piece is sibling-routing context, but that gap is already penalized under usage guidelines.

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%, so all five parameters already have meaningful Russian descriptions, including the kind enum values, limit bounds, query behavior, and price filters. The description adds little beyond the schema, apart from aligning the kind values with 'товары, услуги и заявки'.

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 uses a specific verb 'Ищет' and names the resource: active listings on 1233.chat in Bishkek, covering products, services, and service requests. It is clear and specific, but it does not explicitly distinguish itself from the sibling tool get_listing, so it stops short of a 5.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no guidance about when to use this tool versus get_listing, and no exclusions or alternative routing. The description only implies that this is the general search tool, which is not enough for an agent to confidently choose between search_listings and get_listing.

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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 2 tool updates
    • First observedget_listing
    • First observedsearch_listings

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    B
    maintenance
    MCP server for Mongolia's largest online classifieds platform unegui.mn, enabling AI assistants to search and retrieve listings for cars, real estate, electronics, jobs, and more with detailed information, primarily in Mongolian while supporting English queries.
    5
    9 npm
    5
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables searching and browsing 45,000+ classified ads on Joomil.ch, including filtering by category, canton, price, and location, retrieving listing details, and exploring categories.
    -
  • A
    license
    A
    quality
    A
    maintenance
    Search Ukrainian marketplaces (OLX, Hotline, Prom; Rozetka via Bright Data MCP) from a plain-language prompt and get structured offers with prices and links.
    7
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Enables searching Moldova's largest classifieds board from an AI client without an account or API key, covering listings such as apartments, cars and phones with category, filter, price and currency controls. Also retrieves full ad details, photos as visible images, seller profiles and phone numbers, dependent options like city sectors or car models, and 999.md's own price statistics.
    8
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources