GB
Google Books
/search
Search volumes
Search books by keyword, author (inauthor:) or ISBN (isbn:).
liveverifieddegraded · 142ms
bookssearch
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run google-books /search for me.
Input
| Field | Type | Description |
|---|---|---|
| query* | string | Query |
| limit | number | Max results (max 40) default 10 |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"google-books","endpoint":"/search","input":{"query":"...","limit":10}}'cli
npx cracked-ai run -p google-books -e /search -i '{"query":"...","limit":10}'mcp
run_tool({ provider: "google-books", endpoint: "/search", input: {"query":"...","limit":10} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.