Skip to main content
Glama

Orders: list

orders_get_orders
Read-onlyIdempotent

Get a list of delivery orders filtered by ID, status, or date. Use the returned available actions to confirm, reject, or perform other operations.

Instructions

Returns a list of delivery orders (get_orders) with filters by ID, status, and creation date. Read-only, changes nothing. Use it as a starting point: take the available actions from the response (availableActions: confirm/reject/perform/receive/setMarkings/setTrackNumber/setCNCDetails, etc.) for subsequent write operations. Available only to B2C sellers. The response includes a hasMore flag for pagination.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idsNoFilter by Avito order IDs (array of strings). If omitted, all orders matching the other filters are returned.
pageNoPage number for pagination (starting from 1).
limitNoMaximum orders per page, from 0 to 20.
dateFromNoUnix timestamp in seconds. Returns only orders created no earlier than this moment.
statusesNoFilter by statuses (array). Allowed values: on_confirmation (awaiting confirmation), ready_to_ship (awaiting shipment), in_transit (in transit), canceled (canceled), delivered (delivered to the buyer), on_return (being returned), in_dispute (dispute opened), closed (closed).
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false. The description adds behavioral context: 'Read-only, changes nothing' (consistent), and discloses B2C seller restriction and pagination flag (hasMore), adding value beyond 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?

Three sentences, each essential: purpose+read-only, usage guidance, and restrictions+pagination. Front-loaded with core purpose. No fluff or redundancy.

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 list tool with 5 optional params and no output schema, the description covers purpose, usage as starting point, B2C restriction, and pagination flag. It could mention response structure or error handling, but overall adequate.

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 full parameter descriptions. The description only summarizes filters (ID, status, creation date) without adding new meaning. Baseline applies as description does not significantly enhance parameter understanding.

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 verb 'Returns a list', specifies the resource 'delivery orders', and outlines filters. It explicitly says 'Read-only, changes nothing', distinguishing it from write-oriented sibling tools like orders_apply_transition.

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 provides usage context: 'Use it as a starting point' and mentions taking available actions from the response for subsequent write operations. It also states 'Available only to B2C sellers', but does not explicitly list when not to use or compare with alternatives.

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