Skip to main content
Glama
theYahia

MoySklad MCP Server

by theYahia

get_turnover

Retrieve product turnover for a specified period, showing opening, income, outcome, and closing balances in rubles. Use date filters to analyze stock movements and financial flows.

Instructions

Get product turnover (обороты) over a period: opening, income, outcome, closing. Sums in RUBLES.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoNumber of results
offsetNoOffset for pagination
moment_toNoEnd date, ISO 8601 (e.g. 2024-12-31)
moment_fromNoStart date, ISO 8601 (e.g. 2024-01-01)
Behavior2/5

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

With no annotations provided, the description must carry the full burden of behavioral disclosure. It only adds 'Sums in RUBLES.' and the return components, but lacks any statement about read-only safety, side effects, or pagination behavior. The date-range scope is implied but not explicitly linked to parameters.

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?

The description is a single concise sentence, front-loaded with the verb and resource. Every word adds value—no filler, no redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has no output schema and no annotations, so the description must cover return values and context. It explains the main output fields and currency, but leaves ambiguity about whether turnover is for all products or a specific product, and does not describe limit/offset behavior. Adequate for a simple query but with clear gaps.

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%, so the baseline is 3. The description's 'over a period' hints at moment_from/moment_to but does not add meaningful detail beyond the schema definitions. No parameter-level semantics are enriched beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool fetches product turnover over a period and lists the components (opening, income, outcome, closing). It is specific and uses a clear verb+resource, though it does not explicitly differentiate from similar reporting tools like get_profit_report or get_sales_report.

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 phrase 'over a period' implies it is for time-based turnover reporting, but there is no explicit guidance on when to use this tool versus alternatives such as get_stock or get_profit_report, nor any exclusions or prerequisites.

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/theYahia/moysklad-mcp'

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