isbn_check_digit
ActiveTool of WingmanProtocol Agent Gateway
declared in 1.5.1
ISBN Check Digit Validator — Validate a 10- or 13-digit ISBN's check digit (ISO 2108), or compute the check digit a 9- or 12-digit ISBN prefix would need.
Parameters schema
{
"type": "object",
"required": [
"isbn"
],
"properties": {
"isbn": {
"type": "string",
"description": "ISBN (hyphens/spaces allowed)"
},
"mode": {
"enum": [
"validate",
"check_digit"
],
"type": "string",
"description": "validate | check_digit (default validate)"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
WingmanProtocol Agent Gateway
https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway
1/7 registries