Skip to main content
Glama
chaandannn

nable (finops-mcp)

scan_lambda_concurrency_waste

Scans AWS Lambda functions with provisioned concurrency to detect those underutilized (below 50% avg) and estimate cost savings from elimination.

Instructions

Scans Lambda functions with provisioned concurrency for waste. Provisioned concurrency costs money even when idle. Returns functions below 50% avg utilization with savings estimates.

Args: regions: AWS regions to scan. Defaults to all common regions.

Examples: - "Find Lambda functions with over-provisioned concurrency" - "How much are we wasting on idle Lambda concurrency?"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
regionsNo
Behavior3/5

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

No annotations are provided, so the description must fully convey behavioral traits. It states the tool scans and returns results, implying no destructive actions, but does not discuss permissions, rate limits, or any side effects. The description is adequate but not thorough.

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, consisting of three sentences plus an Args line and examples. It is front-loaded with the core purpose, and every sentence adds value without redundancy.

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 no output schema and no annotations, the description covers the essential aspects: what the tool does, the selection criteria (50% utilization), output (savings estimates), and parameter details. Examples further clarify intent. It is complete for a simple scanning 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?

The single parameter 'regions' is described with a clear default ('all common regions') and usage examples. Since schema description coverage is 0%, the description compensates well by adding meaningful context beyond the schema.

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 scans Lambda functions with provisioned concurrency for waste, specifying the 50% utilization threshold and savings estimates. This distinguishes it from sibling waste auditing tools like scan_cloudwatch_waste or scan_waste_patterns.

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 provides examples that imply use cases, but lacks explicit guidance on when to use this tool versus other scanning tools or when not to use it. It does not mention prerequisites or 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