Browse Popular Gutenberg Books
gutenberg_browse_popularBrowse the most-downloaded Project Gutenberg books, ordered by popularity. Returns up to 32 titles with their Gutenberg IDs, authors, languages, and download counts. Optionally filter by language or topic. Use this as a discovery entry point — "what are the most popular classics in French?" — or as a heartbeat check that the catalog is reachable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of books to return (1–32). Default 20 gives a useful overview without overwhelming context. | |
| topic | No | Filter by a subject or bookshelf keyword (case-insensitive phrase match). Example: "science fiction", "adventure", "detective". Applies on top of the language filter. | |
| languages | No | Restrict to books in these languages (two-character ISO 639-1 codes). Example: ["en"] for English only, ["de", "fr"] for German or French. Omit for all languages. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cap | No | The limit that was applied. | |
| books | No | Top books by download count, most popular first. | |
| error | No | Present when the call failed. Absent on success. | |
| shown | No | Number of books returned in this response. | |
| truncated | No | True when the catalog held more matches than were returned. | |
| totalInCatalog | No | Total books matching the filter in the full catalog (useful for context — "top 20 of 60,000"). | |
| truncationCeiling | No | Download count of the least-popular book shown — omitted books have at most this many downloads. |