Skip to main content
Glama
etherwindy

Bangumi MCP

by etherwindy

get_subjects

Read-onlyIdempotent

Retrieve Bangumi subjects using filters for type, category, platform, year, and more.

Instructions

浏览条目

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNo条目类型:1=书籍,2=动画,3=音乐,4=游戏,6=三次元,没有5
catNo可选类型: 书籍类型:0=其他,1001=漫画,1002=小说,1003=画集 动画类型:0=其他,1=TV,2=OVA,3=Movie,5=WEB 游戏类型:0=其他,4001=游戏,4002=软件,4003=拓展包,4005=桌游 电影类型:0=其他,1=日剧,2=欧美剧,3=华语剧,6001=电视剧,6002=电影,6003=演出,6004=综艺
seriesNo是否按系列分组,仅对书籍类型有效
platformNo平台过滤,适用于游戏类型
sortNo排序方式: date=按日期排序,rank=按排名排序 默认 None(不排序)
yearNo年份过滤
monthNo月份过滤,1-12
dayNo日期过滤,1-31
limitNo返回结果数量限制
offsetNo分页偏移量

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, idempotentHint=true. The description adds no behavioral context beyond these, such as pagination behavior, rate limits, or what data is returned.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

At only 4 characters (Chinese), the description is extremely short and lacks essential information. It is under-specified rather than concise, as multiple sentences could be expected for a tool with 10 parameters.

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?

Despite having an output schema and 10 parameters, the description does not explain the tool's purpose or behavior adequately. It fails to provide context on filtering, sorting, or return values, making it incomplete for an agent.

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?

The input schema has 10 parameters with descriptions covering 100%. The description itself does not add any additional meaning to the parameters, so it meets the baseline of 3.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description '浏览条目' (browse entries) indicates a generic listing function, but it is vague. Among sibling tools, many have specific subject-related purposes (e.g., get_subject_info), so this tool likely returns multiple subjects with filters, but the description does not clarify that.

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 provided. The description does not mention when to use this tool versus alternatives like search_subjects or get_subject_info, nor does it specify any prerequisites or exclusions.

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