Skip to main content
Glama

Batch Identifier Pipeline (up to 50 checks, 1 payment)

batch_validate
Read-onlyIdempotent

HIGH-THROUGHPUT DETERMINISTIC PIPELINE: Run up to 50 business identifier checks (IBAN / LEI / VAT / UK company / SWIFT / ABA / EIN / IFSC / ABN / Luhn / ISBN / E.164 / SEDOL / ISIN / EAN-13 / GSTIN / context-distill) in ONE paid call: one voucher, one settlement, one signed XDR-1 receipt covering the whole batch. 10x cheaper per item; essential for autonomous batch invoice processing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
itemsYesList of {tool, value} checks (max 50).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
toolNo
countYes
scopeNo
resultsYes
valid_countNo
invalid_countNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed4 schema fields changed
    • changedInput schema / examples
      Previous value: -[
      -  {
      -    "input": {
      -      "items": [
      -        {
      -          "tool": "iban-check",
      -          "value": "GB82 WEST 1234 5698 7654 32"
      -        },
      -        {
      -          "tool": "lei-check",
      -          "value": "529900T8BM49AURSDO55"
      -        },
      -        {
      -          "tool": "vat-mod97-check",
      -          "value": "BE0417497106"
      -        }
      -      ]
      -    },
      -    "output": {
      -      "count": 2,
      -      "invalid_count": 0,
      -      "results": [],
      -      "valid_count": 2
      -    }
      -  }
      -]New value: +[
      +  {
      +    "items": [
      +      {
      +        "tool": "iban-check",
      +        "value": "GB82 WEST 1234 5698 7654 32"
      +      },
      +      {
      +        "tool": "lei-check",
      +        "value": "529900T8BM49AURSDO55"
      +      },
      +      {
      +        "tool": "vat-mod97-check",
      +        "value": "BE0417497106"
      +      }
      +    ]
      +  }
      +]
    • changedInput schema / properties / items / items / properties / tool / enum
      Previous value: -[
      -  "iban-check",
      -  "lei-check",
      -  "vat-mod97-check",
      -  "company-number-format",
      -  "swift-bic-check",
      -  "aba-routing-check",
      -  "ein-format-check",
      -  "ifsc-check",
      -  "abn-check",
      -  "luhn-check",
      -  "isbn-check",
      -  "e164-check",
      -  "sedol-check"
      -]New value: +[
      +  "iban-check",
      +  "lei-check",
      +  "vat-mod97-check",
      +  "company-number-format",
      +  "swift-bic-check",
      +  "aba-routing-check",
      +  "ein-format-check",
      +  "ifsc-check",
      +  "abn-check",
      +  "luhn-check",
      +  "isbn-check",
      +  "e164-check",
      +  "sedol-check",
      +  "isin-check",
      +  "ean13-check",
      +  "gstin-check",
      +  "context-distill"
      +]
    • changedInput schema / properties / items / items / properties / value / description
      Previous value: -"the identifier to check"New value: +"the identifier (or text, for context-distill) to check"
    • removedOutput schema / examples
      Removed value: -[
      -  {
      -    "count": 2,
      -    "invalid_count": 0,
      -    "results": [],
      -    "valid_count": 2
      -  }
      -]
  2. Changed2 schema fields changed
    • changedInput schema / examples
      Previous value: -[
      -  {
      -    "items": [
      -      {
      -        "tool": "iban-check",
      -        "value": "GB82 WEST 1234 5698 7654 32"
      -      },
      -      {
      -        "tool": "lei-check",
      -        "value": "529900T8BM49AURSDO55"
      -      },
      -      {
      -        "tool": "vat-mod97-check",
      -        "value": "BE0417497106"
      -      }
      -    ]
      -  }
      -]New value: +[
      +  {
      +    "input": {
      +      "items": [
      +        {
      +          "tool": "iban-check",
      +          "value": "GB82 WEST 1234 5698 7654 32"
      +        },
      +        {
      +          "tool": "lei-check",
      +          "value": "529900T8BM49AURSDO55"
      +        },
      +        {
      +          "tool": "vat-mod97-check",
      +          "value": "BE0417497106"
      +        }
      +      ]
      +    },
      +    "output": {
      +      "count": 2,
      +      "invalid_count": 0,
      +      "results": [],
      +      "valid_count": 2
      +    }
      +  }
      +]
    • addedOutput schema / examples
      Added value: +[
      +  {
      +    "count": 2,
      +    "invalid_count": 0,
      +    "results": [],
      +    "valid_count": 2
      +  }
      +]
  3. Changed2 schema fields changed
    • changedInput schema / properties / items / items / properties / tool / enum
      Previous value: -[
      -  "iban-check",
      -  "lei-check",
      -  "vat-mod97-check",
      -  "company-number-format",
      -  "swift-bic-check",
      -  "aba-routing-check",
      -  "ein-format-check",
      -  "ifsc-check",
      -  "abn-check",
      -  "luhn-check",
      -  "isbn-check",
      -  "e164-check",
      -  "sedol-check",
      -  "isin-check",
      -  "ean13-check",
      -  "gstin-check",
      -  "context-distill"
      -]New value: +[
      +  "iban-check",
      +  "lei-check",
      +  "vat-mod97-check",
      +  "company-number-format",
      +  "swift-bic-check",
      +  "aba-routing-check",
      +  "ein-format-check",
      +  "ifsc-check",
      +  "abn-check",
      +  "luhn-check",
      +  "isbn-check",
      +  "e164-check",
      +  "sedol-check"
      +]
    • changedInput schema / properties / items / items / properties / value / description
      Previous value: -"the identifier (or text, for context-distill) to check"New value: +"the identifier to check"
  4. First observed

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, so the description doesn't need to restate safety. The description adds useful behavioral context: it is a deterministic pipeline, requires one payment, and emits a signed receipt covering the whole batch. That goes beyond the annotations and informs the agent about side effects and cost semantics. It doesn't detail failure behavior or whether the call fails as a whole, but the added context is strong.

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 information-dense and front-loaded with 'HIGH-THROUGHPUT DETERMINISTIC PIPELINE', immediately setting the tool apart. Every sentence adds value: what it runs, how many, the payment model, why it's useful. Slightly shouting-heavy capitalization costs a little polish, but the content is well-ordered and not bloated.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with a rich input schema, output schema, and clear annotations, the description captures the essential operational context: batching, payment, receipt, and target use case. It lacks an explicit statement about what happens on partial failures (e.g., does one invalid item fail the entire batch?) and doesn't mention its relationship to autonomous_commercial_pipeline, but these are relatively minor given the schema and annotation coverage.

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%: the single 'items' parameter is documented with type, min/max, and nested properties. The description adds the batching context ('up to 50', 'one paid call') which maps to the maxItems constraint, but it doesn't repeat or enhance the per-item field semantics. Baseline 3 is appropriate because the schema does the heavy lifting.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb ('Run') and resource ('up to 50 business identifier checks') and clearly differentiates this from the single-check sibling tools by emphasizing the batch pipeline ('ONE paid call', 'one voucher, one settlement, one signed XDR-1 receipt'). An agent can immediately distinguish batch_validate from its siblings like iban_check or vat_mod97_check without opening the schema.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It states a clear primary use case ('essential for autonomous batch invoice processing') and implies when to use the batch tool over individual checks (10x cheaper per item, up to 50 checks in one paid call). It does not explicitly list exclusions (e.g., 'use single-check tools for fewer than N items'), but the context is strong enough to route an agent correctly.

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