Skip to main content
Glama
chaandannn

nable (finops-mcp)

estimate_change_cost

Estimate the cost impact of a proposed infrastructure change and check budget fit. Provides monthly and annual delta plus a budget verdict: ok, warn, over_budget, or no_budget.

Instructions

Cost preflight for a proposed change: what it costs and whether it fits budget.

Agent-native. Call this BEFORE applying an infrastructure change to get a machine verdict (ok / warn / over_budget / no_budget) plus the monthly and annual cost delta and the budget headroom. Read-only: it estimates and checks, it never applies anything.

Describe the change one of these ways:

  • terraform_plan_json / terraform_plan_file / tf_dir : a Terraform plan

  • helm_diff : output of helm diff upgrade or a values.yaml diff

  • monthly_delta_usd : a known monthly cost delta (escape hatch for any change the estimators don't parse, e.g. "launch a db.r6g.4xlarge")

budget_name selects which budget to check against; default is the first active budget. With no budget configured the verdict is "no_budget" and the cost delta is still returned.

Good triggers: "will this fit my budget", "what will this terraform/helm change cost before I apply it", "cost preflight", "can the agent afford this change".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tf_dirNo
helm_diffNo
budget_nameNo
monthly_delta_usdNo
terraform_plan_fileNo
terraform_plan_jsonNo
Behavior4/5

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

No annotations provided, so description must disclose behavior. It states read-only, never applies anything, and explains verdict types and behavior when no budget ('no_budget' verdict, cost delta still returned). Does not mention error handling or rate limits, but sufficient for a read-only tool.

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?

Well-structured with bullet points and sections. First paragraph states purpose and outputs, second declares read-only, third describes input methods, fourth covers budget_name, fifth lists triggers. No wasted sentences; each adds value.

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?

Given 6 optional parameters, no annotations, and no output schema, the description fully covers input options, behavior, verdicts, and triggers. Provides enough for an agent to decide when and how to invoke this tool over siblings like estimate_terraform_cost.

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

Parameters5/5

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

Schema coverage 0%, but description explains all 6 parameters in detail: terraform plan variants, helm_diff, monthly_delta_usd with example, budget_name with default behavior. Adds meaning beyond schema (e.g., 'escape hatch for any change the estimators don't parse').

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?

Clear verb+resource: 'Cost preflight for a proposed change' and lists exact verdicts (ok, warn, over_budget, no_budget). Distinguishes from siblings like estimate_terraform_cost by being a combined cost+budget check and stating 'Agent-native. Call this BEFORE applying'.

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?

Explicit triggers listed ('will this fit my budget', 'cost preflight') and instruction to call before applying. Could be improved by specifying when not to use (e.g., for already-applied changes use explain_cost_change), but still gives clear context.

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