Skip to main content
Glama

health_check

Verify MCP server health at session start by parsing config.ini to report version, device count, and config status without connecting to EOS devices.

Instructions

Report server version and configuration status (lightweight).

Call this at session start (or after a tool-call timeout) to confirm the MCP is up, see which version is running, and verify the device inventory config loads. Lightweight: it only reads and parses config.ini — it does NOT open any eAPI/pyeapi connection to EOS devices, so it is safe to call against a large fleet without touching the network.

Always returns the same keys: status (healthy / degraded / error), service, version, config_path (resolved config.ini path), device_count (EOS hosts in config), tags (sorted distinct tags), and config (ok / error / missing). On a degraded or error result, detail carries the reason.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
config_pathNo
Behavior5/5

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

With no annotations provided, the description fully carries the transparency burden and excels. It explicitly states the tool only reads and parses config.ini, does NOT open eAPI/pyeapi connections, and always returns a predictable key set including degraded/error behavior via a 'detail' field.

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?

The description is well-structured and front-loaded with the core purpose. It is somewhat longer than necessary, repeating 'lightweight' and emphasizing safety multiple times, but each sentence adds useful context (when to call, return keys, error handling). No fluff, but could be slightly trimmed.

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

Completeness4/5

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

Given the tool's simplicity (one optional param, no output schema) and lack of annotations, the description covers purpose, usage timing, safety, and return keys comprehensively. The main gap is the undocumented config_path parameter, which prevents a perfect completeness score.

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

Parameters2/5

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

The schema has one optional parameter, config_path, with 0% description coverage in the schema. The tool description never explains this parameter. It only lists 'config_path' as a return key ('resolved config.ini path'), which hints at path resolution but does not clarify whether the parameter overrides the default path or how it affects behavior.

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 opens with a specific verb and resource: 'Report server version and configuration status (lightweight).' It clearly distinguishes this from sibling device-focused tools by emphasizing it checks the MCP server itself, not EOS devices, and explicitly states it does not open eAPI connections.

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 gives explicit when-to-use guidance: 'Call this at session start (or after a tool-call timeout) to confirm the MCP is up...' It also clarifies it is safe for large fleets because it doesn't touch the network. It doesn't name alternative tools, but the context clearly implies using this for server health rather than device operations.

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/shigechika/eos-mcp'

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