Skip to main content
Glama

wb_tariffs_box

Retrieve FBO box logistics tariffs for a given date to calculate shipping costs and assess tariff impact on margins.

Instructions

[P0] Box logistics tariffs for FBO; tariff growth eats margin (тарифы логистики).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNoYYYY-MM-DD, default today

Schema Changelog

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

  1. First observedv2.6.1

TDQS

C2.6/5.0
Behavior1/5

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

No annotations are present, so the description carries the full burden of behavioral disclosure. It does not mention what data is returned, whether this is a read-only lookup, whether tariffs are current or historical, or any side effects. 'Tariff growth eats margin' is business motivation, not behavioral transparency.

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 very short and the key phrase is front-loaded. However, the clause 'tariff growth eats margin' does not help an agent select or invoke the tool and is filler, so not every sentence earns its place.

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 one-parameter tool with no annotations and no output schema, the description is too thin. An agent cannot infer the returned shape, the unit of tariffs, or how this tool behaves operationally compared with sibling tariff tools. The P0 label is not functional 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?

The input schema fully documents the single optional date parameter with format and default, so the description does not need to repeat it. The description adds no extra parameter semantics, but with 100% schema coverage the baseline of 3 is appropriate.

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 identifies the tool's domain: box logistics tariffs for FBO, which distinguishes it from sibling tariff tools such as wb_tariffs_pallet and wb_tariffs_return. However, it lacks an explicit verb like 'get' or 'list', relying on a noun phrase, so it does not fully state the action the tool performs.

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

Usage Guidelines2/5

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

There is no guidance on when to use this tool versus alternatives, no prerequisites, and no explicit exclusions. The name and parenthetical imply FBO box logistics, but the description does not tell the agent when to select this instead of the related tariff tools.

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