Skip to main content
Glama

1233.chat

Объявление целиком

get_listing
Read-only

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

Input Schema

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

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  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 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.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources