Skip to main content
Glama
chaandannn

nable (finops-mcp)

audit_spot_diversification

Audit Auto Scaling Groups using spot instances and identify those at high risk of interruptions due to insufficient instance type diversification.

Instructions

Audits ASGs using spot for instance type diversification. ASGs with fewer than 3 types are HIGH_RISK. Best practice: 5+ types with capacity-optimized allocation to avoid correlated interruptions.

Args: regions: AWS regions to scan. Defaults to all opted-in regions.

Examples: - "Are our ASGs diversified enough for spot?" - "Which ASGs are at risk from spot interruptions?"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
regionsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description must carry the full burden. It states the risk threshold (<3 types = HIGH_RISK) and best practice, and notes that regions default to all opted-in. However, it does not explicitly state whether the operation is read-only or any other side effects. The behavioral context is adequate but not fully explicit.

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 structured with a clear first sentence, then risk classification, best practice, parameter explanation, and examples. It is efficient but could be slightly more concise; the examples are helpful but somewhat redundant with the 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?

Given the tool has an output schema (which explains return values), the description covers the essential aspects: purpose, parameters, risk categories, and usage examples. It is complete for a simple audit tool, though additional detail on output format could be added.

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?

Schema coverage is 0%, but the description adds meaning to the only parameter: 'regions: AWS regions to scan. Defaults to all opted-in regions.' This goes beyond the schema's type definition and default null, providing useful execution context.

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 uses a specific verb and resource: 'Audits ASGs using spot for instance type diversification.' It clearly differentiates from sibling tools like 'audit_aws_waste' or 'recommend_spot_adoption' by focusing solely on spot diversification risk.

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 two explicit example questions that indicate when to use the tool: 'Are our ASGs diversified enough for spot?' and 'Which ASGs are at risk from spot interruptions?' However, it does not mention when not to use it or compare to alternatives among siblings.

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