Skip to main content
Glama

mngt_noping

Enable or disable ICMP ping replies on the router to hide it from network scans or restore visibility. Requires confirmation for each change.

Instructions

Enable/disable ping response (write — requires confirmation)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
onoffYes
user_codeNo
confirm_tokenNo
confirmation_idNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.6.0

TDQS

B3.3/5.0
Behavior3/5

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

With no annotations, the description carries the full burden. It does disclose that this is a write operation and that confirmation is required, which is valuable. However, it does not explain side effects, scope of the change, permissions, or how the confirmation flow works.

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 with no wasted words. The core action is front-loaded, and the write/confirmation caveat is placed immediately after, making the most important facts immediately visible.

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 write tool with no annotations, no output schema, and four parameters at 0% schema coverage, this description is not complete. An agent cannot determine the exact effect scope, how to obtain a confirmation token, or what response to expect. It needs more context to invoke this correctly.

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?

Schema description coverage is 0%, so the description must compensate. It clarifies that onoff maps to enable/disable behavior, but user_code, confirm_token, and confirmation_id are left entirely unexplained. The phrase 'requires confirmation' hints at confirmation parameters but does not define them.

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 states a specific verb and resource: 'Enable/disable ping response.' This clearly distinguishes it from read-only status commands and from ping-sending tools like ip_ping/ip6_ping in the sibling list. The 'write — requires confirmation' note further separates it from inspection tools.

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 is given about when to use this tool versus alternatives. It does not mention that ip_ping is for sending pings, nor does it describe scenarios where enabling/disabling ping response is appropriate. The only usage hint is the confirmation requirement, which is not enough.

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

Deploy Server

Other Tools