Skip to main content
Glama
c3-yang-song

infra-advisor-mcp

by c3-yang-song

estimate_maintenance_cost

Estimate ongoing on-prem operational costs for a GPU cluster, including power, cooling, networking, labor, depreciation, and ML infrastructure headcount.

Instructions

Estimate all ongoing on-prem operational costs for a GPU cluster.

Includes power, cooling, rack/colocation, networking, labor, depreciation, and recommended ML infra headcount.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
gpu_keyNoGPU type key.h100_sxm
gpu_countNoNumber of GPUs.
utilizationNoExpected GPU utilization (0.0-1.0).
kwh_rateNoElectricity cost per kWh. Defaults to US average ($0.12).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
gpu_typeYes
gpu_countYes
utilization_pctYes
power_usd_monthYes
cooling_usd_monthYes
rack_colocation_usd_monthYes
networking_usd_monthYes
maintenance_labor_usd_monthYes
hardware_depreciation_usd_monthYes
software_licenses_usd_monthYes
total_monthly_opex_usdYes
recommended_ml_infra_fteYes
estimated_ml_infra_salary_usd_yearYes
hardware_capex_usdYes
depreciation_yearsYes
recommended_refresh_yearsYes
total_annual_opex_usdYes
total_3yr_tco_usdYes
notesYes
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 lists included cost categories but does not disclose any behavioral traits (e.g., whether the estimation is read-only, if it requires permissions, or if it triggers any side effects). The description is adequate but not detailed.

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 with two short sentences. It front-loads the primary purpose and then lists what is included. No wasted words.

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

Completeness5/5

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

Given the output schema exists, the description does not need to explain return values. It covers the tool's purpose, scope, and inputs adequately. All parameters are described in the schema.

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?

Schema coverage is 100% (all 4 parameters described). The description adds context about cost categories but does not enhance understanding of individual parameters beyond the schema. Baseline 3 applies.

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 estimates 'all ongoing on-prem operational costs for a GPU cluster' and enumerates cost categories (power, cooling, etc.). This distinguishes it from sibling tools like 'estimate_inference_cost' and 'estimate_training_cost', which focus on compute costs for specific tasks.

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?

No explicit guidance is given on when to use this tool versus alternatives. The context implies it is for on-prem maintenance cost estimation, but there is no 'when-not-to-use' or comparison to siblings like 'compare_cloud_vs_onprem'.

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/c3-yang-song/LLM-Infra-Advisor-MCP'

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