Skip to main content
Glama

wb_finance_reports_list

List Wildberries realization reports within a date range by weekly or monthly periods, with pagination to locate and fetch detailed finance data.

Instructions

[P0] Realization reports list, finance-api v1, data from 2025-01-01. Then call wb_finance_report_detailed (список отчётов).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
offsetNo
periodNoweekly
date_toYes
date_fromYesYYYY-MM-DD

Schema Changelog

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

  1. First observedv2.6.1

TDQS

C2.8/5.0
Behavior2/5

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

With no annotations, the description carries the behavioral burden, but it only adds 'data from 2025-01-01' and the word 'list'. It does not disclose pagination behavior, output shape, required permissions, or whether the endpoint has any side effects. 'List' implies a read operation, but beyond that the behavior is under-specified.

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

Conciseness3/5

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

The description is compact and front-loaded with the core purpose, but it contains redundant or low-value fragments: '(список отчётов)' duplicates 'list', and '[P0]' is a priority marker that doesn't help tool selection. It is concise but not tightly purposeful.

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

Completeness2/5

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

For a tool with 5 parameters, no output schema, and no annotations, the description is too thin. It leaves pagination, period meaning, date_to format, response structure, and usage boundaries unexplained, so an agent cannot confidently invoke it correctly across all cases.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is only 20%: date_from has a format hint and period/limit/offset have defaults, but their semantics are not explained. The description does not compensate; the only parameter-related detail is 'data from 2025-01-01', which hints at a constrained date range. limit, offset, period, and date_to remain effectively undocumented.

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 this is a 'Realization reports list' and names the API version (finance-api v1). It differentiates itself from wb_finance_report_detailed by presenting itself as the list step: 'Then call wb_finance_report_detailed'. However, it doesn't explicitly distinguish wb_finance_reports_list from the sibling wb_finance_report, leaving slight ambiguity.

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 instruction 'Then call wb_finance_report_detailed' provides a sequential usage hint: this tool returns a list that should be followed by a detailed lookup. That is useful but not explicit about when to choose this tool over alternatives like wb_finance_report or wb_finance_acquiring_list, and no exclusions are given.

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

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