Skip to main content
Glama

bilibili_comment_send

Send comments or replies to Bilibili videos, dynamic posts, and articles. Specify target ID and content; optionally set root and parent IDs to reply within a thread.

Instructions

发送评论/回复

Args: oid: 对象ID(视频aid/动态id/文章cv号) text: 评论内容 type_: 评论类型 root: 根评论ID(回复评论时填写) parent: 父评论ID(回复评论时填写,通常与root相同)

Returns: 发送结果

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
oidYes
rootNo
textYes
type_Novideo
parentNo
Behavior1/5

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

With no annotations, the description must carry the full burden of behavioral disclosure. It only says 'Returns: 发送结果' (send result), which is vague. It does not mention authentication requirements, side effects, rate limits, or error behavior—critical for a write operation.

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

Conciseness4/5

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

The structure is clear with Args and Returns sections, and each parameter gets a succinct description. However, the Returns section ('发送结果') adds no information and could be omitted. Overall it is efficient but not perfectly lean.

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?

For a tool with 5 parameters, no annotations, and no output schema, the description covers parameter semantics well but lacks behavioral context (auth, errors, response format) and usage guidance relative to sibling tools. The agent cannot fully predict prerequisites or outcomes.

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

Parameters5/5

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

The description explains every parameter beyond the schema: oid is object ID (video aid/dynamic id/article cv), text is content, type_ is comment type, root is root comment ID, and parent is parent comment ID (usually same as root). This fully compensates for the 0% schema description coverage and adds clarifying context.

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 '发送评论/回复' (send comment/reply), a specific verb+resource. It also distinguishes replies from top-level comments via root/parent parameters, and the name differentiates it from sibling tools like comment_get and comment_operate. The intent is unambiguous.

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 guidance is given on when to use this tool versus alternatives. The only usage hints are parameter-level ('fill when replying'), not tool-selection context. It does not mention that bilibili_video_send_danmaku or bilibili_session_send are for other communication types, leaving the agent to infer applicability.

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/YunGaoluo/bilibili-mcp-python'

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