Skip to main content
Glama
fuhei

tomato-writer-mcp

by fuhei

list_chapters

List all chapters in a novel's volumes, showing scheduled and published status. Specify a book_id or use the currently selected novel.

Instructions

列出小说各分卷下的章节(含定时待发 / 已发布状态)。不传 book_id 用当前选中的小说。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
book_idNo可选,目标小说 book_id
Behavior4/5

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

No annotations present, so description carries full burden. It discloses that chapters include statuses (scheduled/published). As a read operation, no destructive side effects are implied; it is transparent enough.

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?

Two concise sentences: first defines core function, second adds critical default behavior. No wasted words.

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?

Good for a simple list tool with one optional parameter. Could mention output format (e.g., list of chapters with fields), but the description of included statuses is adequate.

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

Parameters5/5

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

Adds significant meaning beyond schema: explains default behavior when book_id is omitted. Schema coverage is 100% and description complements it with usage context.

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?

Clearly states it lists chapters under each volume of a novel, including scheduled/published status. Distinguishes from siblings like list_novels (lists novels) and publish_chapter (publishes a chapter).

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?

Provides context that omitting book_id uses the currently selected novel, which guides when to use it. Does not explicitly exclude other uses or mention alternatives, but sibling context aids differentiation.

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