x402-price-to-sales
Price To Sales: Convert price to sales.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| price | No | Price to process | |
| revenuePerShare | No | RevenuePerShare to process |
Price To Sales: Convert price to sales.
| Name | Required | Description | Default |
|---|---|---|---|
| price | No | Price to process | |
| revenuePerShare | No | RevenuePerShare to process |
Changes observed during successful MCP inspections.
Input schema / properties / priceAdded value: +{
+ "description": "Price to process",
+ "type": "string"
+}Input schema / properties / revenuePerShareAdded value: +{
+ "description": "RevenuePerShare to process",
+ "type": "string"
+}Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the entire behavioral burden, and it discloses nothing: no formula, no output format (ratio vs. percent), no rounding, no indication of whether missing inputs are tolerated (0 required params). "Convert price to sales" gives an agent nothing about what the call returns or how it behaves.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
A single short, front-loaded sentence with no filler or redundancy. It earns points for zero waste, but its brevity reflects under-specification rather than disciplined economy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a financial-ratio calculator with no annotations and no output schema, the description should at minimum state the formula and the shape of the result. Instead it leaves the agent to guess the computation, the unit (ratio vs. percentage), and the expected return value, so the definition is not sufficient to invoke the tool correctly with confidence.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the documented-baseline of 3 applies. Note that the schema texts ("Price to process", "RevenuePerShare to process") are placeholders with no real semantics, and the description adds none either; in particular the relationship between the two inputs — that they are divided to form a ratio — is never stated anywhere.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
"Price To Sales: Convert price to sales" essentially restates the tool name rather than defining the operation. It never states that this computes the price-to-sales ratio (price divided by revenue per share), which is the only thing that would distinguish it from siblings like x402-price-earnings, x402-price-to-book, or x402-price-to-cash-flow. A reader cannot tell what output to expect.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No when-to-use, prerequisites, or alternative selection guidance is given. In a sibling set containing price-earnings, price-to-book, price-to-cash-flow, and price-screener, an agent has no basis in the description for choosing this tool. It is simply silent rather than misleading, so a 2 rather than 1.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.