Skip to main content
Glama

router_run_diagnostic

Read-onlyIdempotent

Run ping, traceroute, or DNS diagnostics on an OpenWrt router to test connectivity and name resolution for a given target without altering configuration.

Instructions

Run the fixed, non-configuring Ping, Traceroute, or DNS command used by the LuCI diagnostics page.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
familyNo
targetYes
operationYes
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint. The description adds useful behavioral context with 'fixed, non-configuring', clarifying that the command does not modify router state and is not interactive or configurable. No contradiction with 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?

A single, tight sentence that front-loads the action and the key qualifiers ('fixed', 'non-configuring'). Every word earns its place; there is no filler or repetition of the tool name.

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?

The tool is simple and annotations cover safety, but the description omits parameter details and return behavior. For a diagnostic command runner, an agent would benefit from knowing that 'target' is an address or hostname and whether output is raw command output. The description is minimally viable but has gaps.

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?

With 0% schema description coverage, the description must compensate by explaining the parameters. It names operation values Ping, Traceroute, and DNS, which maps to the 'operation' enum, but it says nothing about 'target' or 'family'. An agent would still be left guessing what target format is expected or how family is used.

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?

The description uses a specific verb ('Run') and a clear resource: the fixed, non-configuring Ping, Traceroute, or DNS command used by the LuCI diagnostics page. It conveys what the tool does and hints at its scope, though it does not explicitly differentiate it from the sibling 'router_network_diagnostics'.

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 clear context that this tool executes the same diagnostic commands as the LuCI diagnostics page, which implies when an agent would use it. However, it does not explicitly state when not to use it or name alternative tools, so it stops short of full routing 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/JeffersonYoung/openwrt-luci-mcp'

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