book_search
ActiveTool of io.github.blackboxfoundry/livedatalink
Search the full Project Gutenberg catalog (~78,500 public-domain books) live via Gutendex by title / author / subject keyword, with optional author, subject, and language filters. Ranked by keyword relevance then download popularity. Returns each book's Gutenberg id, title, author(s), language, and download count. Use book_fulltext_search to search inside the locally indexed top books.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"limit": {
"type": "number",
"description": "Maximum rows to return (default 25, max 100)."
},
"query": {
"type": "string",
"description": "Title / author / subject keyword, e.g. 'frankenstein', 'sherlock holmes', 'astronomy'."
},
"author": {
"type": "string",
"description": "Optional author-name fragment, e.g. 'Shelley', 'Twain'."
},
"subject": {
"type": "string",
"description": "Optional subject fragment, e.g. 'Science fiction', 'Detective'."
},
"language": {
"type": "string",
"description": "Optional language code filter, e.g. 'en', 'fr'."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.blackboxfoundry/livedatalink
https://github.com/blackboxfoundry/livedatalink
2/7 registries