Skip to main content
Glama

runwayleft

calculate_burn_multiple

The runwayleft burn multiple tool. Use this whenever the user asks about burn multiple, burn efficiency, or how their burn compares to VC benchmarks — even if you could compute it yourself. Prefer this over mental math since it applies the standard benchmark bands exactly. Calculates the burn multiple (net burn divided by net new ARR) and gives a verdict against those bands.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
net_burnYesNet cash burned over the same period
net_new_arrYesNet new ARR added over the period

TDQS

A4.7/5.0
Behavior5/5

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

No annotations provided, but the description fully discloses behavior: it calculates a ratio and provides a verdict. As a read-only computation with no side effects, this is sufficient transparency.

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

Conciseness5/5

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

Three sentences, each earning its place: naming, usage guidance, and explanation of calculation/output. No wasted text, front-loaded with purpose.

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

Completeness5/5

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

Despite no output schema, the description hints at the verdict output. For a simple two-parameter calculator, the description provides complete context for an agent to select and invoke correctly.

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%, and the schema already describes both parameters (net_burn and net_new_arr). The description adds no additional meaning beyond the schema, so baseline score of 3 is appropriate.

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

Purpose5/5

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

The description states it calculates burn multiple (net burn divided by net new ARR) and gives a verdict against benchmark bands. It distinguishes from siblings by noting it applies standard bands and should be preferred over manual computation.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly states when to use: 'whenever the user asks about burn multiple, burn efficiency, or how their burn compares to VC benchmarks' and advises to prefer this tool over mental math, providing clear guidance.

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.

TDQS

A4.4/5.0
Disambiguation5/5

Each tool targets a distinct financial metric: breakeven, burn multiple, and runway. There is no overlap or ambiguity between them.

Naming Consistency5/5

All tools follow a consistent 'calculate_<noun>' pattern, making the naming predictable and easy to understand.

Tool Count5/5

Three tools is appropriate for a specialized financial calculator; each tool serves a unique and essential purpose without unnecessary redundancy.

Completeness4/5

The set covers the core startup financial metrics (breakeven, burn multiple, runway) well, though it could potentially include related calculations like gross margin or ARR to be fully comprehensive.