validate_isbn
Verify an ISBN-13 book identifier by checking the 978/979 prefix and mod-10 weighted check digit. Returns the expected check digit when validation fails.
Instructions
USE THIS to verify an ISBN-13 book identifier instead of trusting that 13 digits are correct. Checks the 978/979 prefix and the mod-10 weighted check digit, and returns the expected check digit when it fails.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| isbn | Yes | The ISBN-13; hyphens and spaces are ignored. |