Skip to main content
Glama
slulove
by slulove

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

TableJSON Schema
NameRequiredDescriptionDefault
titleNo
authorNo
bookIdNo
formatNo
filenameYes
maxCharsNo
overwriteNo
dataBase64Yes
headingRegexNo
minSectionCharsNo
Install Server

TDQS

A3.5/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no readOnly or destructive annotations except a title, the description carries the full burden of behavioral disclosure. It explains the basic import action and base64 input, but does not mention overwrite behavior, side effects on existing books, or what happens after import. This is thin for a mutating tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two tight sentences with no filler. The core action is front-loaded, and the usage qualifier earns its place by routing the agent to the single-request import path.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

There is no output schema and no behavioral annotations, yet the tool has 10 parameters and sits in a family with multi-part import tools. The description covers the simple happy path but is not complete enough to inform an agent about optional sectioning/overwrite behavior or the expected result of a successful import.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0% and there are 10 parameters, so the description must compensate. It adds minimal meaning by clarifying dataBase64 is base64 file content and that the file is EPUB or TXT, but it leaves filename, overwrite, maxChars, headingRegex, minSectionChars, title, author, and bookId unexplained.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific action and resource: import one EPUB or TXT file from base64 content into the reading library. It also distinguishes itself from multi-step import siblings by emphasizing 'small enough for one MCP request', so an agent can tell it apart from reading_import_begin/part/finish.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives a clear usage condition: use for files small enough for a single MCP request. This implies larger files should go through the multi-step import flow, though it does not explicitly name those sibling tools or state a hard 'do not use for large files' exclusion.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/slulove/co-reading-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server