Skip to main content
Glama

x402-free-cash-flow

Free Cash Flow: Free Cash Flow

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
operatingCashFlowNoOperatingCashFlow to process
capitalExpenditureNoCapitalExpenditure to process

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 schema fields changed
    • addedInput schema / properties / capitalExpenditure
      Added value: +{
      +  "description": "CapitalExpenditure to process",
      +  "type": "string"
      +}
    • addedInput schema / properties / operatingCashFlow
      Added value: +{
      +  "description": "OperatingCashFlow to process",
      +  "type": "string"
      +}
  2. First observed

TDQS

D1.7/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 full burden of behavioral disclosure. It reveals nothing: not that this is a read-only computation, not whether it requires numeric inputs, not what it returns, and not that the two inputs are netted together. For a tool with zero structured safety signals this is a critical gap.

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

Conciseness2/5

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

The single sentence repeats the same phrase twice with a colon, which is redundancy rather than conciseness. Brevity here reflects under-specification, not efficiency; there is no front-loaded purpose or useful structure to speak of.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness1/5

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

With no annotations, no output schema, and a two-parameter computation, the description should minimally state the formula, the expected input format, and the return shape. It supplies none of these, leaving the agent with essentially the tool name alone to work from.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Both parameters have schema descriptions, but they are themselves tautological ('OperatingCashFlow to process'), so the nominal 100% coverage conveys no real meaning. The description adds nothing: it never states that FCF is derived by subtracting capitalExpenditure from operatingCashFlow, nor what units or format the string inputs expect.

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?

The description is a pure tautology: it restates the tool name 'x402-free-cash-flow' as 'Free Cash Flow: Free Cash Flow' and adds no verb. An agent cannot tell from the text whether this computes FCF (= operating cash flow − capital expenditure), looks it up, or formats it. The resource is identifiable but the action is not.

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?

There is no when-to-use guidance, no prerequisites, and no mention of alternatives. The sibling list contains many finance tools (x402-price-to-cash-flow, x402-cash-conversion-cycle, x402-operating-cycle), and nothing here distinguishes this tool from them or states the conditions under which FCF is the right call.

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