Skip to main content
Glama
chaandannn

nable (finops-mcp)

get_llm_commitment_analysis

Evaluate AI token utilization and effective cost against your committed contracts (prepaid credits, PTUs, provisioned throughput) to identify savings and right-size commitments.

Instructions

Optimize token spend against committed AI contracts: prepaid credits, Azure OpenAI PTUs, AWS Bedrock Provisioned Throughput, and enterprise rate cards. This is Reserved-Instance analysis for tokens. nable prices you against your ACTUAL negotiated terms, not list, which a provider dashboard cannot do.

For each contract it reports coverage, utilization, your effective $/Mtok versus on-demand, break-even utilization, a right-size recommendation, and runway. With no contract configured it tells you whether your on-demand spend is high and stable enough to justify buying one.

Configure contracts via the FINOPS_AI_CONTRACTS env var (a JSON array) or ~/.finops-mcp/ai_contracts.json. Terms stay on your machine.

Args: days: Lookback window for observed usage (default 30).

Examples: - "Are we utilizing our Azure OpenAI PTUs?" - "What's our effective token rate versus on-demand?" - "Should we buy provisioned throughput for our token spend?" - "Are we clearing our Anthropic enterprise minimum?"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNo
Behavior4/5

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

With no annotations, the description fully bears the burden. It discloses read-only behavior, configuration privacy (terms stay locally), and that it compares usage against contracts. Missing details on side effects or rate limits are acceptable for a read-only analysis tool.

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 well-structured with sections for purpose, details, configuration, args, and examples. It is slightly verbose but every paragraph adds value. Could be tightened slightly.

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 tool with one parameter and no output schema, the description covers core functionality, configuration, and example outputs (coverage, utilization, effective rate). It is complete enough for an agent to understand and invoke the tool correctly.

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?

Although schema description coverage is 0%, the description explicitly defines the sole parameter 'days' with its default and purpose. This adds sufficient meaning beyond the schema, compensating for the low 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?

The description clearly states the tool is for optimizing token spend against committed AI contracts, akin to reserved-instance analysis. It specifies supported providers (Azure OpenAI PTUs, AWS Bedrock, Anthropic) and what metrics it reports (coverage, utilization, effective rate, etc.), distinguishing it from generic cost tools and provider dashboards.

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 provides example questions the tool can answer and explains configuration via environment variable or JSON file. However, it does not explicitly state when to avoid using this tool or how it differs from similar tools like get_commitment_analysis or forecast_llm_costs.

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