Skip to main content
Glama
log-wade

datacenter-mcp-server

by log-wade

Tier Classification Assessment

dc_assess_tier_classification
Read-onlyIdempotent

Assess your data center against Uptime Institute Tier I-IV standards, identify infrastructure gaps, and get recommendations to achieve your target classification.

Instructions

Assess a data center's Uptime Institute Tier classification based on its infrastructure configuration.

Evaluates power redundancy, cooling redundancy, distribution paths, concurrent maintainability, and fault tolerance against Tier I-IV requirements. Identifies gaps between current infrastructure and target tier.

Args:

  • target_tier (number): Target Tier level 1-4

  • power_redundancy (string): Current power config ("N", "N+1", "2N", "2N+1")

  • cooling_redundancy (string): Current cooling config

  • distribution_paths (number): Number of independent power paths

  • concurrently_maintainable (boolean): Can maintain without IT impact?

  • fault_tolerant (boolean): Automatic fault handling?

  • generator_backed (boolean): Generator backup available?

  • ups_runtime_minutes (number): UPS battery runtime (default: 10)

  • fire_suppression (boolean): Clean agent suppression installed?

  • monitoring_system (boolean): BMS/DCIM installed?

Returns target vs achieved tier, gap analysis with severity ratings, uptime expectations, and recommendations.

Examples:

  • "Does my N+1 facility qualify for Tier III?" -> target_tier: 3, power_redundancy: "N+1", cooling_redundancy: "N+1", distribution_paths: 1, concurrently_maintainable: false, fault_tolerant: false, generator_backed: true

  • "Assess our 2N facility against Tier IV" -> target_tier: 4, power_redundancy: "2N", cooling_redundancy: "2N", distribution_paths: 2, concurrently_maintainable: true, fault_tolerant: true, generator_backed: true

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
target_tierYesTarget Uptime Institute Tier level (1-4)
fault_tolerantYesWhether any single component failure is automatically handled without IT impact
fire_suppressionNoWhether clean agent fire suppression is installed in the IT space
generator_backedYesWhether the facility has generator backup power
power_redundancyYesCurrent power redundancy configuration
monitoring_systemNoWhether BMS/DCIM monitoring system is installed
cooling_redundancyYesCurrent cooling redundancy configuration
distribution_pathsYesNumber of independent power distribution paths to IT equipment
ups_runtime_minutesNoUPS battery runtime in minutes at full load (default: 10 min)
concurrently_maintainableYesWhether any capacity component can be maintained without impacting IT load
Behavior4/5

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

Annotations already indicate read-only and idempotent behavior, so the bar is lower. The description adds useful context: it evaluates specific infrastructure aspects, identifies gaps, and returns target vs achieved tier, gap analysis with severity ratings, uptime expectations, and recommendations. This goes beyond the annotations without contradicting them.

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 well-structured with a clear overview, evaluation criteria, return value summary, parameter list, and examples. It is appropriately sized for a 10-parameter tool; every sentence adds value and the most important information (purpose) is front-loaded.

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 complexity (10 params, no output schema), the description provides a complete picture: it states what the tool does, what it evaluates, what it returns, and includes two concrete examples. The annotations and full schema coverage cover safety and parameter details, so no critical context is missing.

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?

Schema coverage is 100%, so baseline is 3. The description's Args list repeats parameter names and brief meanings, but the examples provide additional semantic value by showing how parameters like power_redundancy, cooling_redundancy, and distribution_paths are combined for realistic scenarios (e.g., 2N facility for Tier IV), which enhances understanding beyond the schema's dry definitions.

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 assesses a data center's Uptime Institute Tier classification based on infrastructure configuration, a specific verb+resource+scope. It distinguishes from sibling tools like dc_analyze_power_redundancy by covering multiple dimensions (power, cooling, distribution, maintainability, fault tolerance) rather than a single aspect.

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 explains what inputs are evaluated and mentions identifying gaps between current infrastructure and target tier, implying when to use it (when a tier classification assessment is needed). Examples show common queries like 'Does my N+1 facility qualify for Tier III?', but it does not explicitly discuss alternatives or exclusions relative to sibling tools.

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/log-wade/datacenter-mcp-server'

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