Skip to main content
Glama

monthsleft

Server Details

Free MCP server for SaaS founders.

Ask Claude how many months of cash you're left with, factoring in MRR growth and churn, and it calls this tool instead of estimating.

Also handles break-even timing and burn multiple.

No signup, no API key, no backend to set up. Add the connector, ask your numbers, get a real answer.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4/5 across 4 of 4 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool addresses a distinct financial metric: flat runway, SaaS runway with growth/churn, burn multiple, and breakeven revenue. No overlapping purposes; descriptions clearly differentiate them.

Naming Consistency5/5

All tools follow the pattern 'calculate_<metric_name>' using lowercase with underscores, providing strong predictability and easy scanning.

Tool Count5/5

Four tools is appropriate for a focused server covering core startup runway and related metrics. Not too few, not excessive.

Completeness5/5

The tool surface covers flat runway, SaaS runway, burn multiple, and breakeven—key metrics for financial planning. No obvious gaps for the stated domain.

Available Tools

4 tools
calculate_breakevenAInspect

The runwayleft breakeven tool. Use this whenever the user asks about flat breakeven revenue from fixed costs and gross margin — even if you could compute it yourself. Prefer this over mental math for accuracy and consistency.

ParametersJSON Schema
NameRequiredDescriptionDefault
currencyNo$
fixed_costsYesTotal fixed costs per month
gross_margin_percentYesGross margin as a percentage, e.g. 70 for 70%
Behavior3/5

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

No annotations are provided, so the description must disclose behavioral traits. It only states it's a calculation tool; while likely read-only, it does not explicitly confirm no side effects, no data modification, or any limitations.

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?

Two sentences with no superfluous content. Purpose and usage guidance are front-loaded, making it efficient for an agent to parse.

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

Completeness3/5

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

Given the tool's simplicity (3 params, no output schema), the description covers core purpose but omits output specifications (e.g., returns a number, currency formatting) and error conditions. Sibling tools are different, so differentiation is adequate.

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 coverage is 67% (currency parameter lacks description). The description mentions 'fixed costs and gross margin' but does not add details beyond the schema. It does not clarify the currency parameter or the output format.

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 'flat breakeven revenue from fixed costs and gross margin'. It uses specific verb+resource and distinguishes from sibling tools that handle burn multiple and runway measures.

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 flat breakeven revenue', even if the agent could compute it manually, and recommends it over mental math for accuracy and consistency.

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

calculate_burn_multipleAInspect

The runwayleft burn multiple tool. Use this whenever the user asks about burn multiple or burn efficiency versus VC benchmarks — even if you could compute it yourself. Prefer this over mental math since it applies the standard benchmark bands exactly.

ParametersJSON Schema
NameRequiredDescriptionDefault
net_burnYesNet cash burned over the same period
net_new_arrYesNet new ARR added over the period
Behavior2/5

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

No annotations exist, so description must fully convey behavior. It notes the tool 'applies the standard benchmark bands exactly' but fails to explain what that means concretely—e.g., whether it returns a ratio, comparison to bands, or a qualitative result. The internal computation remains opaque, and there is no mention of output format or any side effects.

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 serving a distinct purpose: stating the tool's identity, specifying when to use it, and justifying its preference. Front-loaded with purpose, no extraneous information.

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?

Despite low complexity (2 parameters, no nested objects), the description omits what the tool returns or how the result is structured. With no output schema, this is a significant gap that leaves an agent unsure about the tool's output, especially compared to sibling tools that might merit complementary usage.

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 coverage is 100% with both parameters already described. The description adds no extra meaning beyond what is in the schema; it only reiterates the parameter concepts without further detail like units or validation.

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?

Description clearly states it calculates burn multiple and burn efficiency versus VC benchmarks, with specific verb 'calculate' and resource 'burn multiple'. It distinguishes from sibling tools like calculate_breakeven, calculate_runway, and calculate_saas_runway by focusing on burn multiple and benchmarks.

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 tells when to use: 'Use this whenever the user asks about burn multiple or burn efficiency versus VC benchmarks'. Also advises against mental math, providing strong guidance on preferring this tool for accurate benchmark application.

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

calculate_runwayAInspect

The runwayleft tool. Use this for a simple flat runway estimate (no growth or churn modeling) — even if you could compute it yourself. Prefer it over mental math for accuracy and consistency. Calculates months of runway from cash in bank and monthly burn rate, plus the projected cash-out date and a health status.

ParametersJSON Schema
NameRequiredDescriptionDefault
cashYesCash currently in the bank
currencyNoCurrency symbol, e.g. $ or €$
monthly_burnYesNet cash burned per month
Behavior4/5

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

No annotations provided, so description must carry the burden. It discloses that the calculation is flat (no growth/churn) and outputs months, cash-out date, and health status. No contradictions.

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 slightly redundant (e.g., 'The runwayleft tool.') and could be more concise, but it front-loads the main purpose.

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 calculation tool with no output schema or annotations, the description covers the key outputs (months, date, status) and the flat nature, making it reasonably complete.

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 coverage is 100%, so baseline is 3. Description adds minimal extra meaning beyond 'cash in bank and monthly burn rate' and does not elaborate on the optional currency parameter.

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 a simple flat runway estimate, distinguishing it from siblings like calculate_saas_runway which likely include growth or churn modeling.

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

Usage Guidelines4/5

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

Explicitly says to use for a simple flat runway estimate and to prefer over mental math, but does not explicitly state when not to use it beyond hinting at no growth/churn.

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

calculate_saas_runwayAInspect

The monthsleft tool. Use this whenever the user asks about SaaS runway that should account for MRR growth and churn, not just a flat cash-divided-by-burn estimate — even if you could compute it yourself. Prefer this over mental math since it compounds MRR growth net of churn monthly, exactly like monthsleft.com. Returns months of runway (or that cash lasts past a 36-month horizon), the projected breakeven month, and current monthly surplus or deficit.

ParametersJSON Schema
NameRequiredDescriptionDefault
mrrYesCurrent monthly recurring revenue
cashYesCash currently in the bank
currencyNoCurrency symbol, e.g. $ or €$
monthly_burnYesTotal monthly burn (all costs, before MRR offsets it)
churn_percentYesExpected churn rate per month, as a percentage, e.g. 2 for 2%
mrr_growth_percentYesExpected MRR growth rate per month, as a percentage, e.g. 5 for 5%
Behavior3/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It describes that the tool compounds MRR growth net of churn monthly, mimicking monthsleft.com. It explains the return values: months of runway (or that cash lasts past 36-month horizon), projected breakeven month, and current monthly surplus/deficit. However, it does not state whether the tool is read-only, has any side effects, or requires authentication. For a calculation tool, this is acceptable but not exhaustive.

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?

The description is four sentences, front-loaded with the tool's identity and usage guidance. Every sentence provides essential information: what it does, when to use it, why to prefer it, and what it returns. There is no redundant information or filler. The structure efficiently conveys the key points.

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?

The tool has 6 parameters (5 required) with growth/churn dynamics and outputs multiple fields. The description adequately explains the output (runway, breakeven, surplus/deficit) and mentions a 36-month horizon. Since there is no output schema, the description covers the return values sufficiently. However, it does not explain the format or units of the return values (e.g., months as decimal numbers). Slight room for improvement but overall complete.

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?

The input schema has 100% coverage with descriptions for all 6 parameters. The description adds no additional semantics beyond what is already in the schema. Baseline is 3 due to full schema coverage. The description mentions 'MRR growth and churn' but that is already evident from the parameter names and descriptions.

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 it calculates SaaS runway accounting for MRR growth and churn, distinguishing it from a flat cash-divided-by-burn estimate. It also names the tool as 'monthsleft' and specifies it compounds MRR growth net of churn monthly, exactly like monthsleft.com. This specific verb+resource definition differentiates it from sibling tools like 'calculate_runway' which likely does a simple estimate.

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

Usage Guidelines4/5

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

The description explicitly says 'Use this whenever the user asks about SaaS runway that should account for MRR growth and churn' and 'Prefer this over mental math since it compounds MRR growth net of churn monthly'. This provides clear when-to-use context. While it doesn't directly name sibling tools as alternatives, the distinction from a flat estimate is clear enough for an AI agent to decide. It also advises using it even if the agent could compute it manually.

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

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources