Skip to main content
Glama
theYahia

pochta-russia-mcp

by theYahia

zip_lookup

Look up a Russian postal code to retrieve the region, city, and post office work hours. Enter a 6-digit code to get location details.

Instructions

Информация по почтовому индексу: регион, город, график работы.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
postal_codeYesПочтовый индекс (6 цифр)
Install Server

TDQS

A3.8/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses that the tool returns region, city, and work schedule, which is useful. However, it does not mention error behavior when a postal code is invalid or not found, nor any side effects, rate limits, or authentication requirements. For a simple lookup this is acceptable but still leaves gaps.

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, clear sentence that front-loads the key information (what the tool does and what it returns). There is no redundancy or filler.

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?

For a tool with one simple parameter and no output schema, the description sufficiently informs an agent of the expected output fields. It lacks explicit handling of edge cases like invalid codes, but for a lookup of this nature, it is largely complete. The presence of sibling tools with distinct purposes reduces the need for elaborate guidance.

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 coverage is 100% and the parameter is fully described in the schema (postal code, 6 digits, pattern). The description adds no additional meaning about the parameter itself; it only describes the output. Per the rubric, a baseline of 3 is appropriate when schema already covers parameters.

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 clearly states a specific action (lookup) and resource (postal code), listing the returned data fields (region, city, work schedule). It is easily distinguishable from sibling tools like track, calculate, and get_offices, which have different purposes.

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 the tool should be used when a postal code is given and region/city/schedule info is needed, but it does not explicitly state when to use it over alternatives or mention any exclusions. The purpose is clear enough, but there is no direct guidance on selection criteria.

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

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/theYahia/pochta-russia-mcp'

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