Skip to main content
Glama

FreeToolHub

calculate_dropship_profit

True dropshipping profit after product cost, platform fees, payment processing, ad spend. Uses latest CDN payment processor fees.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
platformNoPlatform (shopify/etsy/woocommerce)
salePriceYesSelling price
productCostYesProduct cost
shippingCostNoShipping cost
adSpendPerOrderYesAd spend per order
paymentProcessorNoPayment processor ID

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 behavioral disclosure burden. It does add useful behavior context, notably that the calculation uses 'latest CDN payment processor fees' and accounts for multiple cost layers. However, it does not disclose return format, whether the result is per-order or aggregate, or any caveats about fee assumptions.

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?

Two short sentences with zero filler. The core purpose and the distinguishing 'latest fees' behavior are 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.

Completeness3/5

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

The description is adequate for a straightforward calculation tool, but with no output schema and no annotations, it leaves out the return value shape and units. It also omits any mention of whether all inputs are required or how missing optional fields like shippingCost are treated.

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 the schema already documents all six parameters. The description adds general context by naming cost categories like platform fees and payment processing, which map to the platform and paymentProcessor parameters, but it does not add detailed parameter-level semantics beyond the schema.

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 the tool calculates dropshipping profit and enumerates the cost components it accounts for (product cost, platform fees, payment processing, ad spend). However, it does not differentiate from the closely related sibling calculate_reseller_profit, which could represent the same underlying use case.

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 for when to use this tool versus alternatives such as calculate_reseller_profit, calculate_break_even, or calculate_roi. The context of dropshipping is implicit, but no explicit when-to-use or when-not-to-use conditions are stated.

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