checksum
ActiveTool 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
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
WingmanProtocol Agent Gateway
https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway
1/7 registries