Skip to main content
Glama
fysh1010
by fysh1010

parse_bilibili_video

Parse Bilibili video links to get full video details: title, cover, video URL, user info, and collection listings.

Instructions

解析 Bilibili 视频链接,获取视频的完整信息,包括标题、封面、视频链接、用户信息、合集视频列表等

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesBilibili 视频链接,支持 b23.tv 短链接和完整链接
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It does not state that the tool is read-only, makes network requests, or any rate limits or side effects. The description only says it 'parses' and 'gets' information, leaving key behavioral aspects undisclosed.

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 description is a single, concise sentence that front-loads the main purpose and lists key output fields. It contains no redundant information, though it could benefit from a more structured breakdown.

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?

There is no output schema, so the description must explain return values. It mentions several important fields (title, cover, video link, user info, collection playlist) but doesn't detail the structure or any edge cases. Given the tool's low complexity, this is adequate but leaves room for improvement.

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 schema already provides 100% coverage for the single 'url' parameter, including support for b23.tv short links and full links. The description doesn't add extra meaning beyond what the schema offers, so the baseline of 3 applies.

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

Purpose4/5

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

The description clearly states it parses Bilibili video links and retrieves complete video information, listing specific fields like title, cover, video link, user info, and collection video list. It distinguishes itself as a comprehensive parser, but doesn't explicitly name sibling tools as alternatives.

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 provided on when to use this tool versus sibling tools like get_bilibili_video_info or get_bilibili_collection. The description lacks any context about preferred use cases or prerequisites.

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

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