Skip to main content
Glama

get_readlist_book_next

Read-only

Retrieve the next book in a Komga readlist by supplying the readlist ID and current book ID. Helps maintain reading order in sequential collections.

Instructions

Get the next book in a readlist.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
book_idYes
readlist_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

The description only restates the tool's name and adds no behavioral context beyond the readOnlyHint annotation. It fails to define what 'next' means (e.g., positional order in the readlist), what happens when no next book exists, or any edge-case behavior, leaving the agent with incomplete expectations.

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

Conciseness4/5

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

The description is a single, concise sentence that immediately states the action and resource. It is well-structured and front-loaded with the verb, containing no unnecessary words. However, it is so brief that it under-specifies critical details, slightly reducing the appropriateness of its size.

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?

The description lacks essential context for a navigation tool. It does not explain the ordering semantics of 'next', the role of book_id as the reference point, or behavior when no next book exists. The output schema covers return values, but the description still fails to provide sufficient behavioral context for safe invocation.

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?

The input schema has 0% description coverage for its two required parameters, and the description does not explain them. While 'book_id' and 'readlist_id' are self-descriptive names, the description does not clarify that book_id represents the current book reference, which is essential for understanding the 'next' logic.

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 clearly states the tool's purpose with a specific verb 'Get' and a distinct resource 'next book in a readlist'. This distinguishes it from sibling tools like get_readlist_book_previous and get_book_next, making it unambiguous.

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

Usage Guidelines2/5

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

The description gives no guidance on when to use this tool versus alternatives. It does not mention the relationship to get_readlist_book_previous or explain the context of navigating within a readlist, leaving the agent without decision-making information.

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

Install Server

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/SavageCore/komga-mcp'

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