Skip to main content
Glama

ozon_returns_fbs_approve

Approve an rFBS return claim to verify and accept customer returns. Use this action to confirm return eligibility and process the return.

Instructions

Approve an rFBS claim (verify) (одобрить возврат).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
return_idYes

Schema Changelog

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

  1. First observedv2.5.2

TDQS

C2.9/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It only restates the action in slightly different words ('approve', 'verify') and does not disclose side effects, reversibility, required claim state, or what happens after approval. This is thin for a mutation tool.

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 extremely short and front-loaded, with no filler. The Russian parenthetical is slightly redundant but does not harm clarity. It is appropriately concise for a single-purpose action, though it sacrifices useful context.

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?

Given no output schema and no annotations, the description is too sparse to fully prepare an agent for the call. It does not mention expected response behavior, success/failure semantics, or any conditions that must hold before approving. It is adequate for identifying the action but not for understanding its consequences.

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 0%, and the description does not explain the return_id parameter or its format. The connection between 'rFBS claim' and return_id is reasonably inferable, but the description adds almost no semantic value beyond the parameter name and type.

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 uses a specific verb, 'Approve', and identifies the resource as an 'rFBS claim', with a helpful Russian gloss. It distinguishes itself from nearby siblings like ozon_returns_fbs_reject by stating the opposite action, though it does not explicitly name that sibling.

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 intended use is implied by the verb 'Approve': the tool is for accepting a return claim. However, it gives no explicit guidance about when to choose this over related tools like ozon_returns_fbs_reject or ozon_returns_fbs_get, and no mention of prerequisites such as claim status.

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