reading_import_book
Import EPUB or TXT files from base64 content into the reading library, enabling chunk-by-chunk navigation and annotation.
Instructions
Import one EPUB or TXT file from base64 content into the reading library. Use this for files small enough for one MCP request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | ||
| author | No | ||
| bookId | No | ||
| format | No | ||
| filename | Yes | ||
| maxChars | No | ||
| overwrite | No | ||
| dataBase64 | Yes | ||
| headingRegex | No | ||
| minSectionChars | No |