Skip to main content
Glama

Доставка: событие трекинга [sandbox]

delivery_tracking
Read-onlyIdempotent

Submit delivery tracking events to Avito with order details, event type, status, date, location, and provider code.

Instructions

[SANDBOX] Отправка события трекинга в систему Avito.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
orderIdYesСм. OrderID в swaggers/Доставка.json
avitoEventTypeYesТип события (см. swagger).
avitoStatusYesСм. AvitoStatus в swaggers/Доставка.json
dateYesСм. Date в swaggers/Доставка.json
locationYesЛокация события.
providerEventCodeYesКод события у провайдера.
commentNoКомментарий.
optionsNoОпции.
Behavior1/5

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

The description states 'отправка' (sending), implying a write operation, but annotations declare readOnlyHint=true, which is a clear contradiction. No other behavioral traits are disclosed.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is very concise (one sentence) but lacks structure and front-loading of key information. While not verbose, it is under-informative.

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?

With 8 parameters including nested objects, no output schema, and contradictory annotations, the description is insufficient. It does not explain the return value or the structure of nested objects.

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% with descriptions for each parameter. The description adds no additional meaning beyond what the schema provides, so baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action (отправка события трекинга) and the target system (Avito). However, it does not differentiate this tool from sibling tools like delivery_sandbox_track_announcement.

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

Usage Guidelines2/5

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

No guidance on when to use this tool versus alternatives, no prerequisites, and no exclusions. The description is a single sentence with no usage context.

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/elchin92/avito-mcp'

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