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.5/5.0
Behavior4/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. It states the tool calculates and outputs a verdict against benchmark bands, implying a read-only calculation. It does not detail side effects or auth needs, but the behavioral scope is clearly defined.

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 two sentences that efficiently convey purpose and usage. The first sentence is somewhat long but front-loads key information. No wasted words, though slight restructuring could improve readability.

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

Completeness4/5

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

For a simple calculator tool with full schema coverage and no output schema, the description adequately explains what it does (compute burn multiple) and what it returns (a verdict against bands). It doesn't specify the verdict format but that is a minor gap.

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

Parameters4/5

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

Schema coverage is 100% with descriptions for both parameters. The description adds value by explicitly stating the formula ('net burn divided by net new ARR') and that the tool gives a verdict based on benchmark bands, clarifying the purpose and relationship between parameters beyond the schema.

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 clearly states the tool calculates burn multiple and gives a verdict against benchmark bands. It uses the verb 'calculate' and specifies the exact resource 'burn multiple', distinguishing it from sibling tools like calculate_breakeven and calculate_runway.

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 says 'Use this whenever the user asks about burn multiple... even if you could compute it yourself. Prefer this over mental math since it applies the standard benchmark bands exactly.' This provides clear when-to-use guidance and why to prefer the tool over manual computation.

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.1/5.0
Disambiguation5/5

Each tool targets a distinct financial metric: breakeven revenue, burn multiple, and runway. There is no overlap or ambiguity in their purposes.

Naming Consistency5/5

All tools follow a consistent 'calculate_' prefix followed by the metric name, providing a clear and predictable naming pattern.

Tool Count4/5

With only 3 tools, the server is lean but well-scoped for its niche of startup financial metrics. Slightly more tools could cover additional calculations, but the count is appropriate for the focused domain.

Completeness4/5

The server covers the core startup financial queries: runway, breakeven, and burn efficiency. Minor gaps exist (e.g., no tool for funding needs or revenue projections), but the main lifecycle is addressed.

Resources