This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 1.0.0).
book-intel__search_books
InactiveTool of TO1 Intelligence Fleet
declared in 1.0.0
[book-intel] Search Open Library for books by title, author, subject, or general keyword. Returns book details including publication year, authors, page count, subjects, cover image URL, and reader statistics. Open Library has 20M+ books.
Parameters schema
{
"type": "object",
"required": [
"query"
],
"properties": {
"limit": {
"type": "number",
"description": "Number of results (default 5, max 15)"
},
"query": {
"type": "string",
"description": "Search query: book title (e.g. 'The Great Gatsby'), author name (e.g. 'Tolkien'), subject (e.g. 'machine learning'), or keyword"
},
"search_type": {
"enum": [
"title",
"author",
"subject",
"general"
],
"type": "string",
"description": "Search type: 'general' (default), 'author' (by author name), 'subject' (by topic). Use 'general' for most searches."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
TO1 Intelligence Fleet
1/7 registries