You're viewing a demo portfolio

Join the waitlist
PRSM

routing_number

Active

Tool of WingmanProtocol Agent Gateway

declared in 1.5.1

Bank Routing Number Validator — Validate a US ABA bank routing number's checksum, or compute the check digit for an 8-digit partial. Complements the checksum tool (IBAN/ISBN), which doesn't cover this scheme.

Parameters schema

{
  "type": "object",
  "required": [
    "number"
  ],
  "properties": {
    "mode": {
      "enum": [
        "validate",
        "check_digit"
      ],
      "type": "string",
      "description": "validate | check_digit (default validate)"
    },
    "number": {
      "type": "string",
      "description": "Routing number (9 digits to validate, or 8 digits for check_digit)"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

WingmanProtocol Agent Gateway

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

1/7 registries
View full server →