Skip to main content
Glama
fuhei

tomato-writer-mcp

by fuhei

get_novel_stats

Retrieve novel reading statistics including total reads, word count, serialization status, and per-chapter reading details. Optionally specify a book_id or use the currently selected novel.

Instructions

获取小说阅读数据:书级概览(总阅读数 read_count、字数、连载状态)+ 各章阅读/追读明细。不传 book_id 用当前选中的小说。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
book_idNo可选,目标小说 book_id;默认当前选中
chapter_detailNo是否包含各章明细,默认 true
Behavior4/5

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

The description provides clear behavioral context: it returns book-level stats (read_count, word count, serialization status) and per-chapter details. It also explains the default book_id behavior. No annotations are present, so the description carries the full burden and does so adequately, though it could mention that the tool is read-only and non-destructive.

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 consists of two concise sentences. The first states the tool's purpose and output, the second explains parameter defaults. There is no redundant or superfluous information.

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

Completeness5/5

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

The description covers the tool's purpose, output (book-level + chapter details), parameter defaults, and default behavior when book_id is omitted. Given that there is no output schema and no annotations, the description provides sufficient context for an agent to use the tool correctly.

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?

With 100% schema description coverage, baseline is 3. The description adds value by explaining that chapter_detail defaults to true and that book_id defaults to the currently selected novel, which is not inferable from the schema alone. It also provides context on the output fields, enhancing understanding.

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 verb '获取' (get) and the resource '小说阅读数据' (novel reading stats), and distinguishes the output into book-level overview and chapter details. This differentiates it from sibling tools like list_novels or list_chapters, which serve different purposes.

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 description implies when to use the tool (to get reading stats) and explains the default behavior when book_id is not provided. However, it does not mention when not to use it or suggest alternatives, such as using list_chapters for chapter-only info.

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/fuhei/tomato-writer-mcp'

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