Skip to main content
Glama
etherwindy

Bangumi MCP

by etherwindy

get_subject_revisions

Read-onlyIdempotent

Retrieve the revision history list for a Bangumi subject using its ID. Specify limit and offset for pagination.

Instructions

获取条目修订历史列表

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
subject_idYes条目ID
limitNo返回结果数量限制
offsetNo分页偏移量

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, idempotentHint=true, so the safety profile is clear. The description adds no additional behavioral context (e.g., pagination behavior, ordering, or authorization requirements). It does not contradict annotations.

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 a single, concise sentence that conveys the purpose without unnecessary words. It is front-loaded with the verb and resource.

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?

Given the tool is a list with pagination, the description is adequate but minimal. It does not mention ordering or the structure of the output, though output schema exists. The annotations partially compensate for missing details (read-only, etc.). There is room for improvement (e.g., noting that revisions are returned in reverse chronological order).

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 100% with each parameter described (subject_id, limit, offset). The description does not add any extra meaning beyond the existing schema descriptions. Baseline score of 3 is appropriate.

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 gets a list of revision history for a subject (获取条目修订历史列表). It uses a specific verb ('获取' = get) and resource ('条目修订历史列表' = subject revision history list). This distinguishes it from siblings like get_subject_revision_info (single revision) and get_subject_info (subject details).

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

Usage Guidelines2/5

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

No usage guidelines are provided. The description does not specify when to use this tool versus alternatives such as get_subject_revision_info for specific revisions or get_subject_info for current subject state. No exclusions or context are given.

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/etherwindy/Bangumi-MCP'

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