classic-novels
ActiveTool of The Stall
Looks up classic and contemporary books by title, author, or ISBN via Open Library (748M+ editions). Returns publication year, subjects/genres, page count, cover images, and links to read online via Project Gutenberg or Internet Archive. Useful for research agents, reading recommendation workflows, literature analysis, and bibliographic data enrichment.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"isbn": {
"type": "string",
"description": "ISBN-10 or ISBN-13 for exact lookup."
},
"limit": {
"type": "integer",
"description": "Max results (default 5, max 20)."
},
"title": {
"type": "string",
"description": "Book title to search (e.g. 'Pride and Prejudice', 'Moby-Dick')."
},
"author": {
"type": "string",
"description": "Author name to search (e.g. 'Jane Austen', 'Herman Melville')."
},
"subject": {
"type": "string",
"description": "Subject/genre filter (e.g. 'science fiction', 'philosophy', 'Victorian literature')."
}
},
"additionalProperties": false
}Parent server
The Stall
1/7 registries