Skip to main content
Glama

pochta_track

Почта России: отслеживание отправления по трек-номеру. $0.01 USDC

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
argsYes
extraYes

Schema Changelog

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

  1. Added

TDQS

B3.2/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full behavioral burden. It describes the operation at a high level but does not disclose whether the tool is read-only, what constitutes a successful response, how errors/manifestations are handled, or any other behavioral traits. The description adds no transparency beyond the action itself.

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 description is one short front-loaded sentence plus a price indication. It contains no fluff and gets directly to the purpose. However, its conciseness borders on under-specification, so it does not earn a 5.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the lack of output schema, annotations, and meaningful parameter documentation, the description is incomplete for actual tool invocation. An agent would not know exactly what to place in the generic 'args' object or what response shape to expect. The description serves as a label but not as a complete spec.

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?

The input schema is a generic wrapper with 'args' and 'extra' objects, and schema description coverage is 0%. The description does imply that a track number is needed, but it never explains how to pass it into 'args', what key name to use, or what other values are expected. This is not sufficient for an agent to construct a correct call.

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 identifies a specific action ('отслеживание' / tracking), a specific resource ('отправления' / shipments), and the required key ('по трек-номеру'). This clearly differentiates it from sibling Rospochta tools like pochta_address, pochta_tariff, and pochta_delivery_time, which handle different services.

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 phrase 'по трек-номеру' implies this tool is used when a Russian Post tracking number is available, but the description gives no explicit when-to-use or when-not-to-use guidance, and does not contrast with alternative pochta_* siblings. Usage is implied rather than instructed.

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

C2.9/5.0
Disambiguation4/5

The server splits cleanly into INN, Pochta, and RU research domains, and most tools have a distinct purpose. The main confusion risk is pochta_delivery_time vs pochta_tariff, since tariff also includes delivery time, and pochta_offices vs pochta_zip when both are used for index lookup.

Naming Consistency4/5

Names are consistently lowercase snake_case with clear domain prefixes: inn_, pochta_, ru_. However, the naming is not perfectly uniform because some names are verbs like lookup/track/search, while others are nouns like offices/tariff/zip.

Tool Count4/5

11 tools is a reasonable scope for three covered areas: Russian company lookup, postal services, and Cyrillic search/research. The count is not excessive, but there is enough similarity between a few tools that the set could be slightly trimmed without losing capability.

Completeness4/5

The Pochta domain is well covered: address normalization, tariffs, delivery times, offices, and tracking are all present. For a read-only RU data API, no critical dead ends are obvious, though the broad 'RU data' scope could plausibly include more data sources beyond INN, postal, and web search.

Resources