Skip to main content
Glama

x402-is-ipv6

Is IPV6: Validate an IPv6 address format (colon-separated hex groups). Provide value or input.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
inputNoInput to process
valueNoValue to process

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 schema fields changed
    • addedInput schema / properties / input
      Added value: +{
      +  "description": "Input to process",
      +  "type": "string"
      +}
    • addedInput schema / properties / value
      Added value: +{
      +  "description": "Value to process",
      +  "type": "string"
      +}
  2. First observed

TDQS

C2.9/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full behavioral burden. It communicates only that a format check happens, but not the return shape (boolean vs structured), how strict the parser is (does it accept '::' compression, IPv4-mapped addresses, zone IDs?), or what happens on malformed input.

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 the definition before the input hint; nothing is padded. It is perhaps slightly too terse to be maximally useful, but no sentence is wasted.

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?

For a trivial boolean validator with no annotations or output schema, the description is minimally adequate. It still leaves the return semantics and validation strictness unspecified, which an agent would need to interpret results correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the baseline is 3. 'Provide value or input' mildly signals that either of the two identically-described string parameters is acceptable, but it does not explain the difference between 'input' and 'value', which are otherwise indistinguishable.

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 names a specific verb and resource ('Validate an IPv6 address format') and even parenthesizes the accepted shape ('colon-separated hex groups'), which cleanly separates it from x402-is-ipv4 and x402-validate-ip. It does not explicitly route the agent away from those siblings, but the resource is unambiguous.

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?

'Provide value or input' is an input hint, not usage guidance. There is no statement of when to use this versus x402-is-ip, x402-is-ipv4, or x402-validate-ip, and no mention of what a failure case means.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources