Validate Isbn
validate_isbnValidate an ISBN-10 or ISBN-13 (keyless, offline): detects the format and checks the check digit (ISBN-10 uses mod-11 with an "X" for 10). Hyphens/spaces ignored. Validates the number, not the book.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| isbn | Yes | An ISBN-10 or ISBN-13, e.g. "978-0-306-40615-7". |