Skip to main content
Glama

ip6_addr

Configure an IPv6 address on a DrayTek Vigor router via CLI, with a two-step confirmation gate to prevent unintended changes.

Instructions

Configure an IPv6 address (write — requires confirmation)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramYes
user_codeNo
confirm_tokenNo
confirmation_idNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.6.0

TDQS

B3/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full disclosure burden. It usefully discloses that this is a write operation requiring confirmation, which is important for an agent planning side-effectful actions. However, it does not explain the confirmation flow, side effects, permissions, or reversibility.

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 one clean, front-loaded sentence with no filler. It conveys both the purpose and the write/confirmation safety behavior efficiently.

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 mutating tool with 4 opaque parameters, no output schema, and no annotations, a single sentence is insufficient to ensure correct invocation. An agent would still have to guess at the meaning of user_code, confirm_token, confirmation_id, and the expected address format.

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 all 4 parameters are effectively undocumented. The phrase 'Configure an IPv6 address' weakly implies the param value is the address, but it does not explain the confirmation fields at all or provide format constraints beyond the schema itself.

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 identifies a specific verb (configure) and resource (IPv6 address), so an agent can understand the intended action. It is clear but does not explicitly differentiate itself from nearby configuration siblings such as ip6_mngt or ip_nmask.

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?

There is no guidance about when to use this tool versus the many other IPv6 or IP configuration tools. 'Write — requires confirmation' is a behavioral hint, not a usage decision rule, and no prerequisites are mentioned.

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