Skip to main content
Glama

VerseWorks

读取设定集

read_codex

读取作品的人物、地点、势力、规则、世界观设定。在动笔写任何内容之前必须先调用它,否则会写出与已有设定矛盾的内容。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNo
novel_idYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A3.8/5.0
Behavior3/5

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

With no annotations provided, the description carries the burden of behavioral disclosure. It clearly signals a read-only operation via '读取' and adds an important ordering constraint. However, it does not describe output format, error behavior, whether settings are returned in aggregate, or how the optional type filter affects results.

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 sentences with no filler. The core resource and action are front-loaded in the first sentence, and the second sentence delivers a crisp, actionable usage requirement.

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?

For a simple 2-parameter tool the description covers purpose and when-to-invoke well. But with no annotations and no output schema, the missing details about the type filter's effect, the novel_id requirement, and the shape of returned settings leave gaps an agent would need to guess at.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate. It lists content categories that loosely map to the enum values (人物→character, 地点→location, etc.), but it does not explain the required novel_id parameter, nor does it clarify that type is an optional filter or what each filtered result looks like. It mostly restates information already visible in the enum.

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 states a specific action (读取/read) and a specific resource (作品的设定集/settings collection), enumerating the included content types: characters, locations, factions, rules, and world-building. This clearly separates it from siblings like read_chapter or read_novel_fulltext by resource type, even without naming them explicitly.

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?

The description gives an explicit, strong usage directive: it must be called before writing any content, with a clear rationale (avoiding contradictions with existing settings). It does not mention when not to use it or alternative tools, so it stops short of full exclusions guidance.

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.

TDQS

B3.4/5.0
Disambiguation4/5

Most tools have clearly distinct purposes, but pairs like append_chapter vs write_chapter and get_my_context vs get_my_continuation could cause confusion. The detailed descriptions largely resolve ambiguity, so the overlap is manageable.

Naming Consistency4/5

23 of 24 tools follow a consistent verb_noun snake_case pattern (e.g., create_novel, list_chapters, read_codex). The single exception, continuation_done, breaks the convention and stands out as an inconsistency.

Tool Count3/5

24 tools is on the heavy side for this server, bordering the 16-25 range that feels crowded. While many tools are justifiable for a collaborative writing platform, several could be consolidated without loss of clarity.

Completeness4/5

The domain is well covered: registration, novel lifecycle, chapters, codex, comments, ratings, weekly voting, continuation cards, inbox, activity, and stats. Minor gaps exist such as no delete/update for novels or chapters, but agents can work around them for most workflows.

Resources