Skip to main content
Glama

novel_style_report

Generates a whole-book style portrait by aggregating six measurement dimensions (fingerprint, vocabulary, theme, emotion, atmosphere, semantics) for AI style judgment. Use it to answer 'What style is this book?'

Instructions

风格画像报告:聚合 6 维测量数据(指纹/词汇/题材/情感/氛围 12 轴/语义距离)供 AI 判断风格。【问「这本书是什么风格」时用它】——它给的是全书画像而非单章判定(那是 novel_style_check),也不是写作手法拆解(那是 novel_sentence_analysis)。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bookYes书名(novels 下的子目录名)
rootNo章节库根目录(含 novels 子目录)。
briefNotrue=返回精简摘要(一句话结论),省略=完整报告。
actionNoreport=生成测量报告(默认);get=读取已保存的 AI 风格判断
aiJudgmentNoAI 的风格气质判断结论:后插件将测量数据与判断存入 style-reports 供后续使用

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior3/5

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

With no annotations, the description carries the burden and does disclose the core behavior: aggregating measurements into a whole-book profile and the scope distinction from chapter-level judgment. However, it omits behavioral traits such as the 'get' action for reading saved AI judgments and the persistence side effect of passing aiJudgment, which are represented only in the schema.

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 compact, front-loaded with the core concept, and every clause adds value — measurement content, usage trigger, and sibling exclusions. 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?

The description, combined with the thoroughly documented schema, gives an agent enough context to invoke the tool: it defines the output (whole-book style profile), lists the data dimensions, and clarifies which siblings to choose instead. It doesn't detail the precise return structure, but the description's scope and the schema's parameter guidance make this a minor gap.

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 baseline is 3. The description adds high-level context about the 6 measurement dimensions but does not need to explain individual parameters because the schema already documents book, root, brief, action, and aiJudgment clearly.

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 names a concrete deliverable ('风格画像报告'), states what it aggregates (6 dimensional measurements), and explicitly differentiates it from novel_style_check and novel_sentence_analysis. An agent can identify the tool's purpose and distinguish it from key siblings without opening the schema.

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

Usage Guidelines5/5

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

It gives an explicit trigger ('问这本书是什么风格时用它') and tells the agent what this tool is not for. The alternative tools are named (novel_style_check for single-chapter, novel_sentence_analysis for technique breakdown), so when-to-use versus alternatives is clear.

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