Skip to main content
Glama
chaandannn

nable (finops-mcp)

get_business_metrics

Retrieve stored business metrics and analyze trends over a customizable time period to monitor financial performance.

Instructions

Return stored business metrics and trend over time.

Args: history_days: How many days of history to return (default 90).

Examples: - "Show our business metrics" - "What business metrics do we have on file?" - "Show MRR and MAU history for the last 6 months"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
history_daysNo
Behavior3/5

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

No annotations present, so description carries burden. Clearly a read-only operation, but does not explicitly state non-destructive nature or any prerequisites/limitations beyond history_days.

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?

Extremely concise: two sentences, one argument, and three examples. No fluff, front-loaded with 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 retrieval tool with one parameter and no output schema, description covers purpose, parameter, and typical usage via examples. Could list specific metrics but adequate.

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?

Single parameter 'history_days' explained as 'How many days of history to return (default 90).' Adds meaning beyond schema (which only provides type and default) despite 0% schema coverage.

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 states 'Return stored business metrics and trend over time' with examples showing MRR and MAU. Clearly distinguishes from sibling 'set_business_metrics' and other cost-focused tools.

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

Usage Guidelines3/5

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

Provides examples but no explicit when-to-use or when-not-to-use compared to alternatives. Implicitly for retrieving business metrics, but lacks guidance on choosing over sibling tools.

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