Skip to main content
Glama

x402-price-to-sales

Price To Sales: Convert price to sales.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
priceNoPrice to process
revenuePerShareNoRevenuePerShare to process

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 schema fields changed
    • addedInput schema / properties / price
      Added value: +{
      +  "description": "Price to process",
      +  "type": "string"
      +}
    • addedInput schema / properties / revenuePerShare
      Added value: +{
      +  "description": "RevenuePerShare to process",
      +  "type": "string"
      +}
  2. First observed

TDQS

C2.2/5.0
Behavior1/5

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.

Conciseness4/5

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.

Completeness2/5

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.

Parameters3/5

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.

Purpose2/5

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.

Usage Guidelines2/5

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.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources