Skip to main content
Glama

novel-mcp · Chinese Web Novel Writing System

export_kd

把章节打包成口袋写作(kdwrite)导入 .kd 文件(zip 内含 正文.txt + 作品相关.txt)。标题默认优化为『四大名著』章回体爆款标题(sida 风格,全书去重)。生成后需用户在口袋写作「导入作品 → kd格式」手动导入。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagNo标签新作品
authorNo作者名李紫圣
work_idYes作品 ID
out_pathNo.kd 输出路径(云端省略时返回 base64 内容)
book_titleNo书名,默认取作品书名

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4/5.0
Behavior4/5

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

With no annotations provided, the description carries the full behavioral disclosure burden. It meaningfully reveals the output format, the automatic title rewriting behavior, and the requirement for manual import. This gives an agent solid expectations beyond a bare 'export' statement.

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 three short sentences, each adding distinct value: what the tool produces, how titles are transformed, and what the user must do afterward. There is no filler or redundancy.

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?

For a 5-parameter tool with no output schema, the description sufficiently covers the deliverable format and the follow-up manual step. It does not describe side effects or error conditions, but for this export function the most decision-relevant context is present.

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

Parameters3/5

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

Schema description coverage is 100%, so the parameters are already documented in the schema. The description adds context about the output file and title behavior, but does not go deeper into parameter semantics such as how out_path overrides or how book_title interacts with the default behavior. Baseline 3 is appropriate.

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 specific verb and resource: packaging chapters into an importable .kd file for 口袋写作, with a defined internal structure (正文.txt + 作品相关.txt). It also adds distinguishing behavior (sida-style title optimization), which helps differentiate it from siblings like export_work.

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 usage context: use this tool to generate a kd-format file that the user must manually import into 口袋写作. However, it does not explicitly state when to prefer this over alternatives such as export_work or sync_to_disk, leaving some routing to inference.

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