Skip to main content
Glama
IrisNyx

coweread

by IrisNyx

reading_context

Get a chapter bundle combining real progress, shared bookmarks, plain text, existing thoughts, and popular highlights, letting clients decide how to organize the reading context.

Instructions

便捷打包:真实进度 + 共读书签 + 章节明文 + 该章已有想法 + 热门划线。 仅作便捷工具,绝不作为读书的默认上下文——上下文组织归调用方/前端关注。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
book_idYes
chapter_uidYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

B3.2/5.0
Behavior3/5

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

No annotations are provided, so the description carries the transparency burden. It discloses that the tool packages several read-oriented data sources and positions it as a non-authoritative convenience utility. It does not explicitly state that it is read-only or mention any side effects, auth needs, or performance implications.

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 component list is front-loaded, and the usage caveat is stated in the second sentence. Every part 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?

An output schema exists, so return-value details are not required in the description. The description states the tool's purpose and a key usage constraint, but it omits guidance on when to choose this aggregate over the individual sibling calls and leaves parameter semantics entirely to the schema.

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

Parameters1/5

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

Schema description coverage is 0%, and the description does not explain book_id or chapter_uid at all. The parameter names are self-explanatory, but the description adds no meaning beyond the input schema, so it fails to compensate for the low schema coverage.

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 presents the tool as a convenient bundle ('便捷打包') of specific components: real progress, shared bookmarks, chapter plain text, existing ideas, and popular highlights. This conveys the resource and scope, and distinguishes it from the individual sibling tools by being a composite read package, though it does not name any sibling explicitly.

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

Usage Guidelines3/5

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

The second sentence gives an explicit usage boundary: this is only a convenience tool and must not be treated as the default reading context; context organization belongs to the caller/frontend. However, it does not explicitly state when to prefer this tool over the individual sibling getters or name alternatives.

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