Skip to main content
Glama

get_system_health

Run a quick system health check and get warnings for CPU, memory, swap, disk, or battery issues. Returns a markdown list of problems or confirms all normal.

Instructions

Run a quick health check and return warnings for any metrics outside normal ranges.

Use this as a fast diagnostic — it checks CPU, memory, swap, disk, and battery and only reports problems. If everything is healthy, it says so. Use get_system_overview for full metrics regardless of health status.

This is a read-only operation with no side effects. Takes ~0.5 seconds due to CPU sampling.

Returns a Markdown list of warnings (high CPU, low memory, full disk, etc.) or a confirmation that all metrics are within normal ranges. Each warning includes the current value and the threshold that was exceeded.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

Discloses it is read-only with no side effects and takes ~0.5 seconds due to CPU sampling, fully describing behavioral traits beyond the missing annotations.

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?

Concise, front-loaded with a one-sentence summary, then usage guidance and details. Every sentence adds value with no fluff.

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?

Despite no output schema, description explains output format (Markdown warnings or confirmation, including current value and threshold). Also mentions latency. Complete for a simple health check tool.

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?

No parameters exist; baseline is 4 per guidelines. Description adds no param info but is not needed.

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 it performs a quick health check returning warnings for metrics outside normal ranges, listing CPU, memory, swap, disk, battery. It distinguishes from sibling 'get_system_overview' which returns full metrics regardless of health.

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

Usage Guidelines5/5

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

Explicitly says 'Use this as a fast diagnostic' and contrasts with 'Use get_system_overview for full metrics regardless of health status', providing clear when-to-use and when-not-to-use 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/dragogargo/mcp-sysmon'

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