Skip to main content
Glama
bssoft2b

marketplace-mcp

by bssoft2b

Ozon: list orders

ozon_orders_list

Get Ozon postings for a selected date range (30 days default), including order number, date, items, amount, and status for both FBO and FBS fulfillment models.

Instructions

Returns Ozon postings for a period (30 days by default): posting number, date, items, amount, status. FBO and FBS are independent order streams on Ozon; both are returned by default. Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
cursorNo
date_fromNoISO start date (defaults to −30 days)
connection_idNoOzon connection id. Required when more than one is configured (see connections_list).
fulfillment_modelNoall

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYes
metaYes
successYes
marketplaceYes
connection_idYes
Behavior4/5

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

No annotations are provided, so the description carries the behavioral disclosure burden. It explicitly labelRead-only', discloses the 30-day default, and explains that FBO and FBS are independent streams both returned by default. These are real behavioral traits beyond the schema. It stops short of describing pagination behavior or rate limits, but the output schema and parameter names soften those gaps.

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 with no filler. The core purpose, key returned fields, default period, stream behavior, and read-only nature are all conveyed efficiently. Every clause earns its place.

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 five-parameter list tool with an output schema, the description provides enough to call it correctly in most cases: default period, default fulfillment stream, and read-only safety. The main omission is pagination (how to use 'cursor' to page beyond 'limit'), but the schema plus output schema cover much of the remaining context.

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 description coverage is only 40%, so the description needs to compensate. It does add meaning for 'date_from' (30-day default) and 'fulfillment_model' (FBO/FBS independent streams, both default), but it does not explain 'cursor' pagination, 'limit' semantics, or the 'connection_id' requirement beyond what the schema already says. Partial compensation, not full.

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?

Description states a specific verb and resource: 'Returns Ozon postings for a period' and enumerates the returned fields (posting number, date, items, amount, status). It also distinguishes Ozon orders from Ozon products, stocks, and prices visible in sibling tools, and clarifies FBO/FBS are separate order streams.

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

Usage Guidelines3/5

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

The description implies when to use the tool ('Returns Ozon postings for a period') and provides useful defaults, but it never names alternatives or states when not to use it. It doesn't mention that stock, price, or product queries would use other Ozon sibling tools, so usage guidance is only implied.

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/bssoft2b/marketplace-mcp'

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