Skip to main content
Glama
chaandannn

nable (finops-mcp)

identify_nonprod_scheduling_opportunities

Identify non-production EC2 instances running continuously and save 60-70% by scheduling them to business hours only.

Instructions

Finds non-production EC2 instances (dev/staging/test) running 24/7. Scheduling to business hours only saves 60-70% on compute costs.

Args: regions: AWS regions to scan. Defaults to all opted-in regions. max_results: Max instances to return (default 50).

Examples: - "Find non-prod instances we could schedule to save money" - "How much could we save by scheduling non-production environments?"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
regionsNo
max_resultsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are present, so the description carries full burden. It describes the tool as finding instances and computing savings, which implies a read-only scan. However, it does not disclose permissions, rate limits, side effects, or what happens with the instances (no scheduling action performed). This is minimal behavioral context.

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 and well-structured with a summary, Args, and Examples. It is front-loaded with the main purpose and provides necessary details without extraneous information. Every sentence contributes 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 the tool has an output schema, the description need not detail return values. It covers the main use case, parameter explanations, and example queries. It could mention time constraints or filtering by tags, but overall it is sufficiently complete for a discovery tool.

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 coverage is 0%, the description adds meaningful parameter explanations in the Args section: 'regions' defaults to all opted-in regions, 'max_results' defaults to 50. This adds clarity beyond what the schema provides (types and defaults only). Detailed guidance enhances usability.

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 finds non-production EC2 instances running 24/7 and identifies savings opportunities. It specifies the resource type (EC2) and context (dev/staging/test), distinguishing it from sibling audit tools that target other resources or waste types.

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 includes example queries that explicitly indicate when to use the tool, such as 'Find non-prod instances we could schedule to save money'. It implies usage context (cost savings for non-production). However, it does not provide explicit when-not-to-use scenarios or mention alternatives.

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