isbn_validate
Verify whether an ISBN-10 or ISBN-13 passes checksum rules and return normalized digits when checking book identifiers before catalog or purchase flows.
Use when:
Is this ISBN valid?
Check the checksum for an ISBN-13 book identifier
Normalize and validate an ISBN-10 or ISBN-13 string
Do not use when:
Look up book title, author, or cover metadata from an ISBN
Validate UUIDs (use uuid_validate) or payment-card Luhn numbers (use luhn_validate)
Validate arbitrary barcode formats that are not ISBN-10/13
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | ISBN-10 or ISBN-13 candidate |