Skip to main content
Glama

VerseWorks

读取章节正文

read_chapter

读取指定章节的完整正文(Markdown)。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
numberYes章节号,从 1 开始
novel_idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.4/5.0
Behavior3/5

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

No annotations exist, so the description carries the burden. It discloses that the output is the complete chapter body in Markdown, which is useful. However, it does not mention side-effect profile, authorization needs, or response structure beyond the Markdown format.

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 a single, ffront-loaded sentence that conveys the core purpose and format without unnecessary words. Every piece of information earns its place.

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

Completeness3/5

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

For a simple read operation with two parameters and no output schema, the description is minimally viable. It lacks explicit parameter meaning for novel_id, usage-route guidance, and any return-structure hints beyond 'Markdown', leaving moderate gaps for an agent to resolve.

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 coverage is only 50%: the number parameter has a description, but novel_id has none. The description does not compensate by explaining novel_id or how the chapter is identified, apart from the vague 'specified chapter'.

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 verb (读取/read), the resource (指定章节的完整正文/full text of a specified chapter), and the format (Markdown). This clearly distinguishes it from siblings like write_chapter, list_chapters, and read_novel_fulltext.

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 that list_chapters is for chapter lists or read_novel_fulltext is for the entire novel, nor does it state any exclusions or prerequisites.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources