Skip to main content
Glama
XZXZZX-Ai

Bilibili Mcp Server Unofficial(video Subtitles And Comments)

by XZXZZX-Ai

list_bilibili_favorite_videos

Retrieve favorite video folders and their video memberships from your Bilibili account, with paginated results using a cursor token.

Instructions

Discover every created Favorite Folder of the currently authenticated Bilibili account and return one bounded page of its Video memberships. Follow the returned next_cursor until it is absent to traverse every Folder; do not assume one response contains the full account. Requires configured, logged-in Bilibili Cookie; call get_credential_setup_instructions for help.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cursorNoOpaque continuation token returned by a previous successful call. Omit on the first call. The token encodes only a versioned Folder ID and page number; it never contains credentials, account IDs, Folder titles, or Video data.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
folderNo
videosYes
next_cursorNo
folders_totalYes
skipped_countYes
Behavior4/5

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

With no annotations, the description carries full burden. It discloses pagination behavior (bounded page, cursor traversal), authentication requirement (logged-in Bilibili Cookie), and a useful pointer for credential setup. It lacks details on error scenarios or rate limits, but covers essential behavioral expectations.

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 three sentences, front-loaded with the main purpose. Every sentence adds essential information (purpose, pagination guidance, credential note). No redundant or filler words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given an output schema exists (so return format is covered), the description sufficiently explains pagination, authentication, and prerequisite help. It is complete for an agent to effectively use this tool.

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

Parameters4/5

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

Schema description coverage is 100% for the cursor parameter, so the schema already documents it. The description adds meaning by explaining that the cursor is an opaque token encoding a versioned Folder ID and page number, and that it never contains credentials or other data. This goes beyond the schema's basic description.

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's action ('Discover every created Favorite Folder... return one bounded page of its Video memberships') and resource (Favorite Folders and Video memberships). It effectively distinguishes this from sibling tools like search_bilibili_videos by focusing on listing favorite videos via pagination.

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?

The description provides clear usage guidance: follow next_cursor until absent to traverse all folders, and do not assume a single response contains the full account. It also directs users to get_credential_setup_instructions for credential help. However, it does not explicitly state when NOT to use this tool or suggest alternatives.

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

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