Skip to main content
Glama

read_activity

Retrieve the complete, chronological story dialogue for a specific activity event. Use pagination to handle large text volumes, with optional narration inclusion.

Instructions

读取整个活动的完整剧情台词(按官方章节顺序合并)。

适合需要了解完整活动故事的场景。单次活动文本量可能较大,可用 page 参数分批获取。

Args:
    event_id: 活动 ID,如 "act31side"。
    include_narration: 是否包含旁白,默认 True。
    page: 分页页码(从 1 开始)。不填则返回全部章节。
    page_size: 每页章节数,默认 5。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
event_idYes
include_narrationNo
pageNo
page_sizeNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description carries the burden. It mentions potential large text size and pagination, but does not disclose any additional behavioral traits like authentication, rate limits, or side effects.

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 concise and well-structured: first sentence states purpose, second offers usage guidance, then parameter documentation. No redundant or missing information.

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?

Given that an output schema exists, return values need not be explained. The description covers core functionality and pagination. It lacks mention of error handling or data format, but for a reading tool it is sufficient.

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 detailed Args section explains each parameter's meaning and usage, including examples for event_id, default values, and pagination behavior.

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 the complete event dialogue lines in official chapter order, using specific verb '读取' and resource '活动剧情台词'. It distinguishes from siblings like read_story which likely reads individual stories.

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 provides a use case ('适合需要了解完整活动故事的场景') and suggests pagination for large texts, but does not explicitly state when not to use it or name alternative tools like read_story or list_story_events.

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