Skip to main content
Glama

x402-is-iban

Is IBAN: Validate an International Bank Account Number (IBAN) format and check digits. Provide value.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
valueNoValue to process

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • 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 burden. It never states the output (e.g., boolean valid flag plus reason), whether it is a pure/read-only operation, or what happens on malformed input such as empty or non-IBAN strings.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The validation purpose is front-loaded in the first sentence, which is efficient. However, the trailing fragment 'Provide value.' is filler that consumes space without informing the agent.

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 one-parameter, no-output-schema validator, the description covers the core intent adequately. It remains thin on the return shape and on which of the many validate_* siblings to prefer, which matters in a tool surface this crowded.

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% for the single 'value' parameter, so the schema already documents the input and baseline 3 applies. The description's only parameter-adjacent text, 'Provide value.', adds no meaning about format, country prefix, or length expectations.

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 an IBAN's format and check digits. That is concrete and actionable, but it does not distinguish itself from close siblings like x402-iban-validate or x402-validate-iban, which appear to do the same job.

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 on when to use this versus the multiple IBAN-validation siblings, no prerequisites, no noted input expectations. The agent is left to guess among near-duplicate tools.

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