Skip to main content
Glama

x402-current-ratio

Current Ratio: Ratio of current.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
currentAssetsNoCurrentAssets to process
currentLiabilitiesNoCurrentLiabilities to process

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 schema fields changed
    • addedInput schema / properties / currentAssets
      Added value: +{
      +  "description": "CurrentAssets to process",
      +  "type": "string"
      +}
    • addedInput schema / properties / currentLiabilities
      Added value: +{
      +  "description": "CurrentLiabilities to process",
      +  "type": "string"
      +}
  2. First observed

TDQS

C2.5/5.0
Behavior2/5

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

No annotations provided, so the description carries full behavioral burden. It doesn't say whether the inputs are numeric strings, currency values, whether it returns a raw ratio or formatted percentage, or how zero liabilities are handled. The vague description leaves significant behavioral gaps for a calculation tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single short sentence, which is concise, but it is poorly structured—the phrase 'Ratio of current' is incomplete and not front-loaded with actionable information. It is merely brief rather than efficiently informative.

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 calculation tool with two string parameters, no output schema, and no annotations, the description is inadequate. It fails to explain the formula, input formats, return value, or edge cases. An agent cannot confidently invoke this tool based on the given definition.

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%, with each parameter having a description ('CurrentAssets to process', 'CurrentLiabilities to process'), so the baseline is 3. However, the descriptions are tautological ('to process') rather than informative about expected formats (e.g., numeric strings), and the tool description adds nothing to clarify parameter semantics.

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

Purpose3/5

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

The description 'Current Ratio: Ratio of current' names the tool's domain (current ratio, a liquidity metric) and the title matches. However, 'Ratio of current' is an incomplete/garbled phrase that fails to state the actual formula (current assets / current liabilities) or the resource being processed, which the siblings (x402-quick-ratio, x402-working-capital) could clarify. The purpose is inferable from the name and domain but not clearly articulated.

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 on when to use this versus alternatives like x402-quick-ratio or x402-working-capital. No input format guidance (are currentAssets/currentLiabilities strings numbers, or something else?). An agent must infer usage entirely from the name.

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