Skip to main content
Glama

GoAI Moat Cross-Border Returns & Refund Management

Reduce Returns Playbook

reduce_returns_playbook

按退货主因给针对性降退货率清单(尺码/描述不符/质量/运输损坏/买家反悔)。

参数:

  • return_reason: 退货主因(size_fit / description_mismatch / quality / damaged_in_transit / buyer_remorse)

返回:该主因的针对性降退货率动作清单 + 通用建议。 清单为行业经验值须自验,非平台硬口径。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
return_reasonNosize_fit

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.9/5.0
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses that the output is a targeted action checklist plus generic advice, and it adds an important trust caveat that the checklist is industry-experience-based and must be self-validated, not a platform-hard standard. It does not discuss side effects, but as a read-only advisory tool that is a minor gap.

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 compact and well-structured: purpose line, parameter section, return section, and caveat. Every sentence carries distinct information with no filler, and the core behavior is front-loaded.

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?

For a single-parameter, low-complexity tool, the description covers the operation, the allowed input, the return shape, and the reliability caveat. It is nearly complete, but it omits any guidance on how this tool relates to return_policy_playbook or calculate_return_cost, which would help an agent choose among the siblings.

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

Parameters4/5

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

Schema description coverage is 0%, so the description must compensate; it does by listing all five return_reason values inline. It connects the values to the Chinese labels in the first line, which adds semantic meaning the bare schema lacks, though it does not define each enum value individually or restate the default.

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 names a specific action ('按退货主因给针对性降退货率清单' – produce a targeted return-reduction checklist by return reason) and enumerates the five reason categories, so an agent can tell what the tool does. It does not explicitly differentiate it from sibling tools calculate_return_cost or return_policy_playbook, so it stops short of a 5.

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 description implies the tool is for generating return-reduction action items for a given return_reason, and the return_reason options define the context. It gives no explicit 'use when / use instead' guidance or contrast with sibling tools, leaving some inference to the agent.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.