Skip to main content
Glama

eData4You MCP Server

pricing_calculator

Read-onlyIdempotent

Calculate target selling price, margin, break-even price, ad allowance, and marketplace-fee impact.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
costYesProduct cost.
shippingNoShipping/fulfillment cost.
adCostPercentNoExpected ad cost percentage.
targetMarginPercentNoTarget net margin percentage.
marketplaceFeePercentNoMarketplace fee percentage.

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?

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false. The description adds no additional behavioral context (e.g., no pricing tiers, no rate limits, no authentication requirements). It is adequate but does not enhance understanding beyond annotations.

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 a single sentence listing outputs. It is concise and to the point, but lacks structural elements like bullet points or sections that could improve readability for an agent.

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?

With no output schema and five parameters, the description fails to clarify the return format, default values, or edge cases (e.g., what happens if cost is missing? negative?). As a calculator tool, more completeness is needed to guide correct invocation.

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 coverage is 100% with clear parameter descriptions. The tool description does not add new meaning or examples beyond what the schema provides. Baseline score of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description explicitly lists the outputs (target selling price, margin, break-even price, ad allowance, marketplace-fee impact), making it clear what the tool calculates. It distinguishes itself from sibling tools like get_pricing_guidance by focusing on computation rather than advice or listing management.

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 on when to use this tool versus alternatives (e.g., get_pricing_guidance). There is no mention of prerequisites, context, or scenarios where this calculation is appropriate.

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.

Resources