Skip to main content
Glama
A1-x-Tech

mcp-yandex-dostavka

Экспресс: поиск заявок

express_search_claims
Read-onlyIdempotent

Search and filter delivery claims by status, phone, date range, or order ID. Paginate results with offset/limit or cursor to retrieve claim details and next-page cursor.

Instructions

Поиск заявок по фильтрам с пагинацией (сортировка — по дате создания). Возвращает claims (каждая — как в express_get_claim) и cursor для следующей страницы. Пагинация: либо offset/limit, либо курсорная — передайте cursor из предыдущего ответа (тогда остальные фильтры не нужны).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoСколько заявок вернуть (1–1000).
phoneNoФильтр по телефону из контактов заявки.
stateNoГруппа статусов: active — активные, finished — завершённые, delayed — отложенные.
cursorNoКурсор из предыдущего ответа — альтернатива offset/limit.
due_toNoПодача не позднее (ISO-8601).
offsetNoСмещение offset-пагинации (по умолчанию 0).
statusNoФильтр по статусу. Известные статусы: new, estimating, ready_for_approval, accepted, performer_lookup, performer_found, performer_not_found, pickup_arrived, pickuped, delivery_arrived, delivered, returning, returned, failed, cancelled, cancelled_by_taxi.
claim_idNoФильтр по id заявки.
due_fromNoПодача не ранее (ISO-8601).
created_toNoСоздана не позднее (ISO-8601).
created_fromNoСоздана не ранее (ISO-8601).
external_order_idNoФильтр по внешнему id заказа.
Behavior4/5

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

Annotations already declare readOnly, idempotent, and non-destructive. The description adds valuable behavioral context: sorting by creation date, return of a cursor, and the rule that passing cursor makes other filters unnecessary. No contradiction with annotations.

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?

Two sentences, front-loaded with purpose, followed by essential pagination details. No redundant information.

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 the 12 parameters are all schema-described and annotations are present, the description covers return shape, pagination, and sorting. It lacks explicit error cases but is otherwise complete for a search tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema covers 100% of parameters. The description supplements this by clarifying the relationship between cursor, offset, and limit, and that cursor supersedes other filters. This adds semantic value beyond the schema.

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 states 'Поиск заявок по фильтрам с пагинацией' (search claims by filters with pagination), specifying the verb, resource, and sorting. It distinguishes from sibling express_get_claim by noting the return format matches that tool while this one searches multiple claims.

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?

It explains pagination options (offset/limit vs cursor) and the cursor behavior, giving clear context for usage. It does not explicitly contrast with sibling tools, but the search-vs-single-claim distinction is implied via the reference to express_get_claim.

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/A1-x-Tech/mcp-yandex-dostavka'

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