Skip to main content
Glama
chaandannn

nable (finops-mcp)

get_unit_economics

Calculate cloud and SaaS unit economics by linking spend to business metrics like cost per customer or % of MRR. Requires business metrics to be set first.

Instructions

Connect your total cloud and SaaS spend to business metrics.

Shows hosting cost as % of MRR/ARR, cost per customer, cost per MAU, cost per API call, and other ratios your finance team and investors care about.

Requires business metrics to be set with set_business_metrics() first.

Args: period_days: Cost window to use for the calculation (default 30 days).

Examples: - "What are our unit economics?" - "What's our hosting cost as a percentage of MRR?" - "How much does it cost us per customer per month?" - "What's our cost per API call?" - "Show me our infrastructure unit economics"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
period_daysNo
Behavior4/5

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

No annotations provided, but the description explains the tool's behavior: it calculates unit economics ratios using a configurable time window. It does not indicate any destructive side effects, and the need for prerequisite setup is clearly communicated.

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 concise and well-structured, starting with a clear purpose statement, followed by a list of example ratios, a prerequisite note, parameter documentation, and usage examples. Every sentence adds value without redundancy.

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 description covers the tool's purpose, prerequisite, parameter, and provides example queries. While it does not describe the exact return format, the examples imply the kind of output expected. For a tool without output schema, this is reasonably complete.

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?

The only parameter, period_days, is explained as 'Cost window to use for the calculation (default 30 days).' This adds meaning beyond the schema's default value. Even though schema description coverage is 0%, the description adequately covers this 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 it connects cloud/SaaS spend to business metrics, listing specific ratios like cost per customer, cost per MAU, etc. It distinguishes itself from sibling tools like get_business_metrics and get_llm_unit_economics by focusing on aggregated unit economics across all spend.

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 states the prerequisite: 'Requires business metrics to be set with set_business_metrics() first.' Provides examples of queries. While it doesn't explicitly state when not to use, the prerequisite and examples imply appropriate use cases.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/chaandannn/finopsmcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server