Skip to main content
Glama

GoAI Moat Cross-Border Pricing Strategy

Recommend Pricing Strategy

recommend_pricing_strategy

给一个跨境产品推荐定价策略:成本加成底线 → 价值定价上限 → 推荐价格区间 + 策略名 + 理由。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
costYes单件落地成本(landed cost,USD,含采购+头程+关税,见 cross-border-profit 的 calculate_landed_cost 结果,建议直接取该值)。
marketNo目标市场,US / EU / JP(默认 US,影响佣金与税参考)。US
categoryNo品类(如 "phone case"),用于代入说明(可空)。
positioningNo定位,支持 premium / mid / value / economy(默认 mid)。mid
competitor_priceYes竞对主流零售价(USD,用 Keepa/CamelCamelCamel 或平台前台查)。

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 of behavioral disclosure. It does this well by explaining the internal logic: cost-plus as the floor, value-based as the ceiling, leading to a recommended range plus strategy name and reason. It does not describe side effects or assumptions, but for a non-mutating recommend tool this is reasonably transparent.

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?

A single compact sentence conveys the full purpose, method, and output shape using arrows, with no filler. It is front-loaded and every phrase earns its place.

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?

The tool is relatively simple, the input schema is fully self-describing, and an output schema exists, so return values do not need to be described. The description covers the methodology and deliverable. The main completeness gap is the absence of any guidance about when to choose this tool over its siblings, but that is a usage concern rather than a contextual gap in calling it correctly.

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 coverage is 100%, so the baseline is 3. The description adds meaningful semantics by mapping cost to the cost-plus floor and competitor_price to the value-based ceiling, which clarifies how the two required parameters are used together. This goes beyond the schema's individual field descriptions.

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 states a specific verb, '推荐定价策略' (recommend pricing strategy), for a specific resource, a cross-border product, and outlines the deliverable: a price range, strategy name, and rationale. It is clear and not tautological, but it does not explicitly distinguish itself from the sibling tools competitive_price_positioning or price_psychology_tactics.

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 used when a cross-border product needs a pricing strategy based on cost and competitor price, but it never explicitly states when to use it versus the sibling tools. There is no when-not-to-use guidance or mention of alternatives, so usage context is only implied.

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.