OL
Open Library
/isbn
Lookup ISBN
Book metadata for an ISBN-10 or ISBN-13.
liveverifieddegraded · 1.1s
booksisbn
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run openlibrary /isbn for me.
Input
| Field | Type | Description |
|---|---|---|
| isbn* | string | ISBN |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"openlibrary","endpoint":"/isbn","input":{"isbn":"..."}}'cli
npx cracked-ai run -p openlibrary -e /isbn -i '{"isbn":"..."}'mcp
run_tool({ provider: "openlibrary", endpoint: "/isbn", input: {"isbn":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.