Skip to main content
Glama
cgmorah

empaya-mcp-server

by cgmorah

Get Server Stats

get-server-stats

Fetch real-time CPU, RAM, disk, uptime, and load statistics for a Cloudways server to monitor performance and health.

Instructions

Fetch CPU, RAM, disk, uptime, and load information for a Cloudways server.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
server_idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

C2.9/5.0
Behavior2/5

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

No annotations provided, and description only implies a read operation without disclosing potential delays, authentication needs, or rate limits.

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

Conciseness4/5

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

Single sentence with 13 words, highly concise, but could include slightly more detail without being verbose.

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?

Minimally adequate for a simple fetch tool, but lacks output format hints or any additional context beyond the basic fetch statement.

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?

Schema coverage is 0% and description does not explain server_id's meaning or how to obtain it, adding no value 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?

Description clearly states the tool fetches CPU, RAM, disk, uptime, and load for a Cloudways server using a specific verb and resource, distinguishing it from sibling tools like list-cloudways-servers or check-deployment-status.

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 on when to use this tool vs alternatives; lacks context like monitoring vs historical data requests.

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