Skip to main content
Glama

read_story

Retrieve the complete dialogue of a story chapter using its key, with an option to include narration and scene descriptions.

Instructions

读取单章剧情的完整台词。

Args:
    story_key: 章节 key,如 "activities/act31side/level_act31side_01_beg"(可从 list_stories 获取)。
    include_narration: 是否包含旁白和场景描述,默认 True。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
story_keyYes
include_narrationNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It indicates a read operation by using '读取' and parameter 'include_narration', but does not disclose any behavioral traits like idempotency, rate limits, or side effects. However, the operation is inherently safe and the name is clear.

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 extremely concise: one line for purpose, then parameter descriptions. No redundant words, every sentence adds value. The purpose is front-loaded.

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 simple tool with two parameters and an output schema, the description covers purpose and parameters adequately. It lacks details on error handling or invalid keys, but the hint to list_stories partially addresses that.

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

Parameters4/5

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

Schema description coverage is 0%, but the description compensates by explaining story_key as '章节 key' with an example, and include_narration as '是否包含旁白和场景描述' with default true. This adds meaningful context beyond the raw schema.

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 it reads full dialogue of a single chapter story, using a specific verb '读取'. It distinguishes from siblings like 'list_stories' (which lists stories) and 'read_activity' (which may read activities).

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 hints that story_key can be obtained from list_stories, implying a prerequisite, but does not explicitly state when to use this tool vs alternatives or when not to use it.

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/3aKHP/prts-mcp'

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