Skip to main content
Glama
slulove
by slulove

reading_continue

Read-only

Resume reading from the next unread chunk in a book. Pass a bookId to continue a specific title, or omit it to automatically use the most recently read book.

Instructions

Continue reading from the next unread chunk. If bookId is omitted, use the most recently read book.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bookIdNo
Install Server

TDQS

A4.1/5.0
Behavior4/5

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

The annotations already declare readOnlyHint=true, so no mutation warning is needed. The description adds useful stateful behavior by explaining that the tool advances through unread chunks and relies on the most recently read book when no bookId is supplied. No contradiction with the annotations exists.

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 short sentences with no filler. The main action is front-loaded, and the optional behavior is stated second, making it easy for an agent to parse quickly.

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

Completeness4/5

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

For a simple tool with one optional parameter and no output schema, the description covers invocation and the key default behavior. It does not define exactly what "next unread chunk" means in terms of progress state, but the concept is reasonably inferable and the annotations cover the read-only nature. Overall, it is sufficiently complete for the tool's complexity.

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

Parameters4/5

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

The schema only defines bookId as an optional string with no description, so the description carries the semantic burden. It effectively conveys that bookId selects which book to continue and that omitting it falls back to the most recently read book. It could explicitly state that bookId identifies the book, but the intended meaning is clear.

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

Purpose4/5

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

The description clearly states a concrete action and resource: "Continue reading from the next unread chunk." It also clarifies the optional bookId scope, but it does not explicitly name or distinguish itself from sibling tools like reading_read_chunk, so the differentiation is implicit rather than explicit.

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 makes the usage context clear: this tool is for resuming reading at the next unread chunk, and it explains the fallback to the most recently read book when bookId is omitted. It does not explicitly state when not to use it or name alternatives, but the intended scenario is evident.

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