Skip to main content
Glama

ip6_mngt

Toggle IPv6 management on or off for a chosen protocol—HTTP, HTTPS, Telnet, Ping, or SSH—with confirmation required before changes take effect.

Instructions

Enable/disable IPv6 management for a protocol (write — requires confirmation)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
onoffYes
protoYes
user_codeNo
confirm_tokenNo
confirmation_idNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.6.0

TDQS

B3.1/5.0
Behavior3/5

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

The description discloses that this is a write operation and requires confirmation, which is valuable behavioral context beyond the schema. However, with no annotations provided, the description carries the full burden and does not explain what 'requires confirmation' means in practice (e.g., whether a confirmation_id/confirm_token must be obtained first, what side effects occur, or whether the change is persistent). It adds some transparency but leaves significant gaps.

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 a single compact sentence that front-loads the action and scope, then adds the write/confirmation caveat. It earns its place with no wasted words. It could be slightly more structured by separating the confirmation flow, but it is appropriately sized.

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 and no output schema, the description is too thin. It does not explain the confirmation workflow (how to obtain and supply confirmation_id/confirm_token), what happens after the operation, or how it relates to the many mngt_* siblings. An agent would likely need to guess at the confirmation parameters and the exact effect of toggling IPv6 management per protocol.

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 for the five parameters. It only clarifies the two enum parameters (proto, onoff) implicitly through 'for a protocol' and 'Enable/disable'. The three confirmation-related parameters (user_code, confirm_token, confirmation_id) are completely unexplained, and the description's 'requires confirmation' hint does not map to which parameter is needed when. This is a clear gap.

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 states a specific verb ('Enable/disable') and resource ('IPv6 management for a protocol'), which clearly distinguishes it from the many show/status siblings. It doesn't explicitly name a sibling alternative, but the action+resource combination is unambiguous enough to separate it from tools like ip6_addr or ip6_ping.

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?

The description implies when to use it: when you need to turn IPv6 management on or off for a protocol. It does not explicitly state when not to use it or name alternatives (e.g., use ip6_addr for address configuration, use show_* for viewing status). The write/confirmation note hints at a different workflow from read-only siblings, but no explicit routing guidance is given.

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