reading_import_book
Import an EPUB or TXT file from base64 content into the reading library, designed for files that fit in a single request.
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 |