Skip to main content
Glama

Find Idle Resources

find_idle_resources

Identify idle or underutilized AWS resources across services and regions to reduce wasted spend and optimize infrastructure.

Instructions

Find potentially idle or underutilized AWS resources

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
regionNo
servicesNo
lookback_daysNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

C2.4/5.0
Behavior2/5

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

Annotations are absent, so the description carries the full burden. It does not disclose whether this scans across regions, what permissions are needed, whether it makes AWS API calls, or any side effects. The definition of 'idle' is left undefined.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence with no filler, but it essentially restates the tool name/title with minor elaboration. It is adequate but does not add meaningful structure or detail beyond the title.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Despite the output schema and optional parameters, the description fails to define key operational context such as which services are checkable, what 'idle' means, or regional defaults. This could lead to incorrect invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema provides no descriptions for region, services, or lookback_days (0% coverage). The description does not explain any parameter's meaning, format, or relationship to the tool's behavior.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb ('find') and a distinct resource category ('idle or underutilized AWS resources'). It is clear but does not explicitly differentiate from overlapping siblings such as get_rightsizing_recommendations or discover_resources.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool versus alternatives. The description does not mention when to prefer it, what conditions make it appropriate, or which sibling tools to consider instead.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.