company_report
Пакет «Проверка контрагента» (KYB-досье): ЕГРЮЛ + статус самозанятого (НПД) + deep-досье по рунету одним платежом — 3 сервиса в одном. $0.05 USDC
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | Yes | ||
| extra | Yes |
Пакет «Проверка контрагента» (KYB-досье): ЕГРЮЛ + статус самозанятого (НПД) + deep-досье по рунету одним платежом — 3 сервиса в одном. $0.05 USDC
| Name | Required | Description | Default |
|---|---|---|---|
| args | Yes | ||
| extra | Yes |
Changes observed during successful MCP inspections. Dates show when Glama detected each change.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
It does disclose that this is a paid one-payment bundle ($0.05 USDC) and enumerates the data sources included, which is useful with no annotations present. However, the description still does not say what happens when the tool is invoked, whether payment is automatic, what input identifies the counterparty, or what the response looks like.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is short and the cost is front-loaded at the end, but is not wasteful overall. The clause '3 сервіса в одном' is redundant with the enumerated services and the marketing phrasing adds no operational content, limiting structural value.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the vague args/extra schema, no output schema, and no annotations, an agent cannot determine required inputs, output format, or invocation side effects. The description provides only service contents and pricing, which is insufficient for correct tool use.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
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 as unconstrained object placeholders, and schema description coverage is 0%. The description never explains what these parameters should contain, such as an INN, company name, or options, so an agent has no basis for constructing a valid request.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description identifies a concrete deliverable: a counterparty KYB dossier that bundles EGRUL, self-emloyed status (NPD), and a deep RuNet dossier. This makes the general purpose clear and differentiates it from single-purpose siblings like inn_lookup, though the wording is a marketing noun phrase rather than an explicit verb like 'get' or 'generate'.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is given on when to select this tool instead of alternatives such as inn_lookup, ru_research, or ru_research_deep. The phrase '3 сервіса в одном' hints at a bundled use case, but there are no explicit conditions, prerequisites, or exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.