Skip to main content
Glama

Close Scene

close_scene

Mark a scene as done, log the scene's outcome or change, and associate any foreshadowing IDs to keep the narrative consistent.

Instructions

标记场景完成,写入 change,可选关联伏笔

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
changeNo场景变化/结果
scene_idYes
project_idYes
foreshadow_idsNo关联的伏笔 ID 列表
Behavior2/5

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

No annotations exist, so the description must fully disclose behavior. It mentions marking complete and writing change, but omits reversibility, prerequisites, and side effects on related data—important for a state-changing operation.

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 one concise sentence with clear, front-loaded phrases. Every word contributes value and no redundancy exists.

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

Completeness2/5

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

With no annotations, no output schema, and a state-changing operation, the description is too sparse. It lacks critical context about consequences (e.g., whether closing is irreversible), effects on chapter/project status, and expected return value.

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 coverage is 50%, with change and foreshadow_ids described. The description clarifies that change is the result to write and that foreshadow linking is optional, but it does not add significant meaning beyond the schema for scene_id and project_id, which are self-explanatory.

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 tool marks a scene complete, writes the change, and optionally associates foreshadowing. The specific verb and resource (close scene) distinguish it from sibling tools like update_scene.

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 use for finalizing a scene, but does not explicitly state when to use it vs alternatives or when not to use it. No exclusions or alternative tools are named.

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/holycube/novel_maker'

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