validate_isbn10
Validate an ISBN-10 by checking its mod-11 check digit, which may include 'X'. Use this for older 10-character book identifiers, not 13-digit ISBNs.
Instructions
USE THIS to verify an ISBN-10 (older book identifier) instead of trusting 10 characters. Checks the mod-11 check digit (which may be 'X'). For 13-digit ISBNs use validate_isbn.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| isbn | Yes | The ISBN-10 (hyphens/spaces ignored). |