Skip to main content
Glama

GoAI Moat Cross-Border Pricing Strategy

Competitive Price Positioning

competitive_price_positioning

把你的价格放进竞对价格四档带(经济/价值/中端/溢价),做毛利检验 + 定位建议。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
costNo单件落地成本(USD,可空=0,则跳过毛利检验)。
your_priceYes你的拟零售价(USD)。
competitor_pricesYes竞对价格列表,逗号分隔(如 "19.99,24.99,29.99,34.99"), 用 Keepa/CamelCamelCamel/平台前台采集,至少 4 个才有意义。

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.3/5.0
Behavior3/5

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

With no annotations, the description carries the burden of explaining behavior, and it does disclose the main pipeline: banding, margin check, and positioning advice. However, it does not mention that the margin check is skipped when cost is 0, and it offers no caveats or limitations; that conditional behavior is only documented in the parameter schema.

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 a single sentence with no filler. It front-loads the core action and includes the tier names, followed by the two outputs, making it highly efficient for an agent to read.

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

Completeness3/5

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

The output schema exists and the parameters are well documented, so the description does not need to explain return values or parameter formats. However, it lacks guidance on when to choose this tool over its siblings and hides the conditional margin-check behavior in the schema, leaving the context incomplete for an agent deciding how to invoke it.

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?

Schema description coverage is 100%, so all three parameters are already documented in the input schema. The description adds no additional meaning about the parameters; it only restates the general goal, so the baseline score 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 clearly states what the tool does: it places your price into a four-tier competitor band and performs a gross-margin check plus positioning recommendation. It is specific about the resource and action, but it does not explicitly differentiate itself from the sibling tools price_psychology_tactics and recommend_pricing_strategy.

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?

No guidance is given about when to use this tool versus its siblings. The description implies use when you have competitor prices and your price, but it does not state exclusions, prerequisites, or alternatives, so an agent gets little help choosing among competitive_price_positioning, price_psychology_tactics, and recommend_pricing_strategy.

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.