Skip to main content
Glama

finance_working_capital_efficiency

Destructive

Evaluate working capital efficiency by analyzing receivables, payables, and inventory metrics to identify cash flow improvement opportunities.

Instructions

Run the finance domain agent action finance_working_capital_efficiency.

Routes through the platform's domain-agent dispatcher under your JWT, tenant, and company scope.

Args: message: Free-text objective for the action. inputs: Optional JSON string of structured inputs for the action.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
inputsNo{}
messageNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.6/5.0
Behavior3/5

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

Annotations already convey destructive, non-idempotent behavior. The description adds useful operational context: it routes through a domain-agent dispatcher under JWT/tenant/company scope. However, it does not describe side effects or what the action returns, though the destructiveHint covers part of the risk disclosure.

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?

The description is short, scannable, and has clearly separated routing and Args sections. The opening sentence is somewhat redundant with the tool name, but overall there is no fluff.

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 finance-domain agent action with two free-form parameters and dozens of finance siblings, the description is too thin. It omits what the working-capital-efficiency action actually computes, what a good message or inputs look like, and when to choose it over similar finance tools.

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 0%, so the description's Args section does add value: message is a free-text objective and inputs is an optional JSON string. It still does not document what structured inputs the action expects or what keys are valid, leaving the agent to guess at invocation details.

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 says only 'Run the finance domain agent action `finance_working_capital_efficiency`' – essentially restating the tool name. It never explains what working capital efficiency analysis or task the action actually performs, and it does not distinguish itself from similar finance siblings like finance_qoe_working_capital.

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 guidance or alternatives are given. The description only explains routing and auth scope, leaving the agent to infer when this action should be selected over the many other finance_* tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools