Skip to main content
Glama
Iseenope

bilibili-mcp-server

by Iseenope

bilibili_send_danmaku

Send a bullet comment (danmaku) to a Bilibili video at a specific timestamp. Requires video ID, part CID, progress in milliseconds, and message text.

Instructions

向视频发送一条弹幕。B 站对此操作有极严格的风控,新账号或操作频繁的账号可能直接被风控拦截。建议每天不超过 5 条。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cidYes视频分 P 的 cid(通过 bilibili_video_info 获取)
modeNo弹幕模式:1=滚动, 4=底部, 5=顶部, 7=高级
colorNo弹幕颜色(十进制 RGB),默认 16777215(白色)
messageYes弹幕内容(最多 100 字符)
videoIdYes视频 BV 号或 avid
progressYes弹幕出现时间点(毫秒),例如 30000 = 第 30 秒
Behavior4/5

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

Discloses critical behavioral traits: strict risk control, potential blocking for new or frequent accounts, and a daily limit recommendation. With no annotations, description carries full burden and handles it well.

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?

Two sentences: first states purpose, second adds crucial risk warning. No filler, highly efficient.

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?

Covers purpose and risk, but lacks information about authentication prerequisites and expected return (success/failure). For a sending tool, this is a minor gap.

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%, so baseline is 3. Description adds no extra parameter-specific info beyond what the schema already provides in parameter descriptions.

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 sends a danmaku to a video, with specific verb '发送' and resource '视频'. It distinguishes from siblings like bilibili_video_danmaku which retrieves danmakus.

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

Usage Guidelines4/5

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

Provides strong guidance on when not to use: warns about strict risk control and advises maximum 5 per day. Lacks explicit mention of alternatives for getting danmakus, but context is clear.

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/Iseenope/bilibili-mcp-server'

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