Skip to main content
Glama
chaandannn

nable (finops-mcp)

verify_savings

Verify whether previously recommended AWS changes, such as EC2 instance downsizes, were actually implemented, and record the measured savings to confirm cost optimization actions.

Instructions

Auto-verify acted-on recommendations by checking if changes were actually implemented in AWS (EC2 instance type changes, etc.).

Moves verified recommendations from 'acted_on' to 'verified' status and records the actual measured savings.

Examples: - "Verify our savings, check if the rightsizing changes were made" - "Confirm which recommendations actually happened" - "Check if our EC2 downsizes are done"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations, the description carries the full burden. It discloses the state change (acted_on to verified) and savings recording. However, it does not mention error handling, rate limits, authentication requirements, or what happens if verification fails. The behavioral disclosure is adequate but not comprehensive.

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, with two sentences covering the main action and a list of examples. It is front-loaded with the key behavior and contains no redundant information. Every sentence adds value.

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?

Given zero parameters and no output schema, the description explains the core functionality and state transition. However, it does not describe the return value or what the user can expect as output. For a simple action, it is mostly complete but lacks output details.

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 tool has zero parameters, and schema coverage is 100%. According to guidelines, zero parameters warrant a baseline of 4. The description adds no parameter info because none exist, which is appropriate.

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 auto-verifies acted-on recommendations by checking if changes were implemented, specifically mentioning EC2 instance type changes. It moves recommendations from 'acted_on' to 'verified' status and records actual savings. This distinguishes it from siblings like 'mark_recommendation_acted_on' and 'get_savings_ledger.'

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?

The description implies usage after recommendations are marked 'acted_on' but does not explicitly state when to use or not use this tool. It lacks guidance on alternatives or prerequisites. The examples provide general context but no explicit when-to-use criteria.

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