Skip to main content
Glama

get_network_health

Retrieve detailed health status of UniFi network subsystems to monitor performance and troubleshoot connectivity issues.

Instructions

Get detailed health status of network subsystems

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

B3/5.0
Behavior2/5

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

With no annotations, the description must carry the behavioral burden, but it only says 'Get detailed health status' without explaining what subsystems are covered, whether the call is expensive or real-time, or what form the result takes. The read-only nature is implied by 'Get', but little else is disclosed.

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?

A single, front-loaded sentence with no filler. It earns its place but uses the vague intensifier 'detailed' instead of naming the actual subsystems, so it could be more informative without growing much.

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

Completeness2/5

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

For a zero-parameter tool with no output schema and no annotations, the description is unusually thin: it omits the subsystem list and any relationship to sibling health/status tools. An agent cannot tell exactly what it will receive or when choosing it is appropriate.

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?

The tool has zero parameters, so there is no parameter to document. The description does not need to add parameter semantics, and the baseline for no-parameter tools is 4.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description states a clear action (Get) and resource (detailed health status of network subsystems), so an agent can tell it is a read/health tool. However, it does not explicitly distinguish it from the similarly named get_network_status sibling.

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 prefer this tool over get_network_status, get_bandwidth_stats, get_alarms, or get_router_logs. The context is implied to be 'when you need health status', but no exclusions or alternatives are named.

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