Skip to main content
Glama

run_health_check

Read-only

Run health checks on network devices. Specify a device for targeted check or omit to check the entire lab.

Instructions

Run basic health checks against one device, or all devices when omitted.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
device_nameNoOptional inventory device name. If omitted, checks the whole lab.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true. The description adds that health checks are 'basic' and can run on one or all devices, but does not disclose what specific checks are performed or their effect, which is acceptable given read-only nature.

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 a single concise sentence that front-loads the purpose and scope. There is no extraneous information.

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 has one optional parameter and an output schema (not shown but exists), the description is nearly complete. It explains the core behavior, though it could specify what 'basic health checks' entail. Still, it suffices for this simple tool.

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% with parameter description matching the tool description ('Optional inventory device name. If omitted, checks the whole lab.'). The description adds no new meaning beyond the schema, so baseline score of 3 is appropriate.

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 uses a specific verb 'Run' and resource 'health checks', clearly indicating the action. It also distinguishes between targeting a single device or all devices when omitted, which helps differentiate the scope.

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 on when to use this tool versus siblings like 'get_bgp_summary' or 'send_command'. The purpose is clear but lacks context on when not to use it or alternatives.

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/E-Conners-Lab/packet-coders-mcp'

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