Skip to main content
Glama
atomno-mcp

atomno-mcp-zakupki

get_customer_history

Retrieve procurement history of a customer by INN or OGRN, with optional date range filtering.

Instructions

История закупок заказчика по ИНН или ОГРН (Pro hosted API).

Требует MCP_ZAKUPKI_API_KEY. Агрегация истории заказчика — Pro-функция; open-клиент не выполняет её через BYOK-провайдеры.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
innNoИНН заказчика (10 цифр для юр.лица, 12 для ИП).
ogrnNoОГРН/ОГРНИП заказчика.
period_toNoконец периода (YYYY-MM-DD, default — сегодня).
period_fromNoначало периода (YYYY-MM-DD, default 2024-01-01).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations are provided, so the description carries full burden. It discloses the requirement of an API key and that it is a Pro feature, but does not mention rate limits, pagination, or data freshness. For a read operation, this is moderate but not comprehensive.

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 concise with two short sentences, front-loading the purpose. Every piece of information (Pro hosted, API key requirement) is relevant and there is no wasted text.

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?

Given that an output schema exists, the description does not need to explain return values. It covers authentication (API key) and the Pro restriction. However, it does not explicitly state that INN and OGRN are mutually exclusive or that at least one is required, which is a minor gap. Overall, fairly complete for a simple query tool.

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%, so baseline is 3. The description does not add any parameter meaning beyond what is already in the schema descriptions (e.g., 'by INN or OGRN' is redundant). No additional value is provided.

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 the tool retrieves customer purchase history by INN or OGRN, specifying it is a Pro hosted API. The verb 'gets history' and specific resource 'customer by INN/OGRN' are explicit. The name and description differentiate it from siblings like 'get_supplier_stats' or 'search_tenders'.

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

Usage Guidelines4/5

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

The description implies usage for retrieving customer history by tax identifier, but does not explicitly state when not to use it or mention alternatives. However, the context is clear and the sibling tool names are distinct, making the intended use apparent.

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/atomno-mcp/mcp-zakupki'

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