Skip to main content
Glama
woyaxnini

mcp-ozon-seller

by woyaxnini

Get Transactions Totals

get_transactions_totals

Retrieve total order amounts, returns, commissions, delivery costs, and final balance for a specified period. Faster than listing individual transactions for summary data.

Instructions

Get summary totals for transactions in a period: total orders amount, returns amount, commissions, delivery costs, and final balance. Faster than list_transactions when you only need the bottom line. Dates must be ISO 8601, e.g. "2024-01-01T00:00:00.000Z".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
date_toYesEnd date-time in ISO 8601 UTC, e.g. "2024-01-31T23:59:59.000Z"
date_fromYesStart date-time in ISO 8601 UTC, e.g. "2024-01-01T00:00:00.000Z"
posting_numberNoFilter by specific posting number
transaction_typeNoTransaction category. Default: all
Behavior4/5

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

No annotations, so description bears full burden. It discloses performance characteristic (faster) and date format requirement. Does not mention authorization or side effects, but the tool is read-only aggregation. Lacks details on error handling or data scope.

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: first summarizes output, second provides usage context and date format. No redundancy, every word adds value.

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?

No output schema, but description lists returned fields (orders amount, returns, etc.). Also covers date format requirement. Could mention that result is a single aggregate, but not essential. Complete for the tool's simplicity.

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 covers all 4 parameters with descriptions. Description reinforces ISO 8601 for dates but adds no new meaning beyond schema. Baseline 3 is appropriate as schema is rich.

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?

Clearly states it gets summary totals for transactions in a period, listing specific metrics (orders, returns, etc.). Distinguishes from sibling 'list_transactions' by noting it's faster and for bottom-line needs.

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

Usage Guidelines5/5

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

Explicitly tells when to use over list_transactions ('when you only need the bottom line') and provides date format requirement (ISO 8601). Implicitly says not for detailed transaction listing.

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/woyaxnini/mcp-ozon-seller'

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