Skip to main content
Glama

ozon_orders_fbs_unfulfilled

Retrieve unfulfilled FBS orders awaiting packaging or delivery from the last 30 days. Use cursor pagination when has_next is true to fetch more results.

Instructions

Unfulfilled FBS orders awaiting packaging: statuses awaiting_packaging and awaiting_deliver, last 30 days. Cursor pagination when has_next=true (несобранные заказы).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
cursorNonext-page cursor from previous response

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv2.5.2

TDQS

A4.1/5.0
Behavior4/5

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

With no annotations, the description carries the behavioral disclosure burden. It successfully discloses the data scope, status filters, time limit, and cursor pagination behavior. It does not describe the response shape or explicitly note that this is a read-only operation, but enough context is provided for safe use.

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

Conciseness4/5

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

The description is compact and front-loaded with the most important information: resource, statuses, time range, and pagination. The parenthetical Russian phrase is slightly redundant, but the overall structure is efficient and scannable.

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 simple listing tool, it covers the essential selection criteria and pagination behavior. The absence of an output schema means return fields are not documented, but the tool can still be invoked correctly with the information provided.

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?

The schema already documents cursor as a next-page token, and the description adds the behavioral condition that pagination applies when has_next=true. However, the limit parameter is only given a default value and no additional guidance is provided about its acceptable range or effect.

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 names a specific resource (FBS orders) and state (unfulfilled, awaiting packaging) and further narrows it with explicit statuses and a time window. This clearly differentiates it from broader siblings like ozon_orders_fbs and single-order tools like ozon_order_fbs_get.

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 provides clear retrieval context by specifying statuses, the 30-day window, and cursor pagination. However, it does not explicitly state when to prefer this tool over ozon_orders_fbs or mention conditions where it should not be used.

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/DeviceIngineering/ozon-mcp-server'

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