Skip to main content
Glama
mihirkadam19

Cloud FinOps Analyst MCP Server

by mihirkadam19

get_gcp_idle_resources

Identify idle GCP Compute Engine VMs and unattached persistent disks that waste money. Set idle days and CPU thresholds to uncover cost-saving opportunities.

Instructions

Identifies idle GCP Compute Engine VMs (low CPU) and unattached Persistent Disks that are wasting money.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
min_idle_daysNoNumber of days of low CPU usage to flag a VM as idle
resource_typeNoType of resource to scanall
cpu_threshold_percentNoAverage CPU% below which a VM is considered idle
Behavior3/5

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

No annotations are provided, so the description carries full behavioral burden. It describes what it identifies (idle VMs and unattached disks) and implies a read-only analysis, but it does not explicitly state that it only scans and returns results, nor does it disclose permissions, side effects, or output format. The core behavior is clear, but details are missing.

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 a single, clear sentence that front-loads the purpose and resource types. It contains no filler or redundant information, earning a high score for efficiency.

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

Completeness3/5

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

The tool has no output schema and no annotations, so the description should ideally explain the return value and any prerequisites. It describes the purpose but omits output details, usage guidance, and behavioral specifics, leaving gaps. However, the schema is well-documented, and the purpose is clear, so it is minimally complete but not rich.

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

Parameters3/5

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

The input schema provides 100% coverage with descriptions and defaults for all three parameters, so the baseline is 3. The description adds context by distinguishing compute (low CPU) from disks (unattached), but it does not clarify how min_idle_days applies to disks, leaving some ambiguity beyond what the schema already provides.

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 identifies idle GCP Compute Engine VMs and unattached Persistent Disks that are wasting money. The specific verb 'identifies' and resource targets make it distinct from broader siblings like get_idle_resources and get_azure_idle_resources, which are named in the sibling list.

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 for GCP idle resource detection through the tool name and 'GCP' mention, but it does not explicitly state when to use it over alternatives or provide exclusions. Sibling names like get_azure_idle_resources suggest scope, but the description itself offers no explicit guidance.

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/mihirkadam19/finops-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server