You're viewing a demo portfolio

Join the waitlist
PRSM

checksum

Active

Tool of WingmanProtocol Agent Gateway

declared in 1.5.1

Checksum Validator — Validate or compute check digits for IBAN, ISBN-10, and ISBN-13 identifiers.

Parameters schema

{
  "type": "object",
  "required": [
    "value"
  ],
  "properties": {
    "mode": {
      "enum": [
        "validate",
        "check_digit"
      ],
      "type": "string",
      "description": "validate or check_digit"
    },
    "value": {
      "type": "string",
      "description": "Value to check (spaces/dashes ignored)"
    },
    "scheme": {
      "enum": [
        "iban",
        "isbn10",
        "isbn13"
      ],
      "type": "string",
      "description": "Checksum scheme"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

WingmanProtocol Agent Gateway

https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway

1/7 registries
View full server →
checksum — WingmanProtocol Agent Gateway — PRSM MCP