Read a Project Gutenberg book
get_gutenberg_textRetrieve the plain-text body of a Project Gutenberg book by its numeric ID. Results are truncated to a maximum number of characters.
Instructions
Fetch the plain-text body of a Project Gutenberg book by numeric id (from search_gutenberg). Truncated to max_chars.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| book_id | Yes | Gutenberg book id. | |
| max_chars | No | Characters to return (default 15000). |