Skip to main content
Glama

x402-is-ipv4

Is Ipv4: Validate an IPv4 address: four dot-separated octets each 0-255. 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

B3.2/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 the core behavior — what pattern is considered a valid IPv4 string — which is genuinely useful. It is silent on the return shape (presumably a boolean), on treating leading zeros/whitespace/prefix-length forms, and on whether 'value' and 'input' behave identically, leaving real behavioral gaps for a no-annotation tool.

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?

Very compact and front-loaded: the check definition comes first, the argument hint last. The leading 'Is Ipv4:' restates the tool name and is mildly redundant, but the whole description is one efficient sentence.

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 simple boolean validator with no output schema, the description covers what is validated but not what is returned or how the two alternative parameters are reconciled. Adequate but with clear gaps an agent would have to discover empirically.

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 both parameters are documented in the schema (albeit vaguely as 'Input to process' / 'Value to process'). The description adds one genuinely new piece of information — that either parameter may be supplied — which the schema does not convey. It stops short of saying how the two differ or which takes precedence if both are given.

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?

States a specific verb and resource (validate IPv4 address) and even spells out the acceptance rule (four dot-separated octets, each 0-255). However, it never distinguishes itself from close siblings such as x402-is-ipv6, x402-is-ip, or x402-validate-ip, so an agent picking among the is-* validators gets no routing help.

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?

The only usage instruction is 'Provide value or input,' which is about argument provision, not when to choose this tool over the IPv6/IP variants. No conditions, prerequisites, or exclusions are stated.

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