Skip to main content
Glama

SocialDataX B站 Bilibili MCP

bilibili_get_user_posted_dynamics_by_user_id

Read-only

根据 Bilibili 用户 user_id 获取公开发布动态列表。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
user_idYesB 站用户 user_id,通常是 space.bilibili.com/{user_id} 路径里的数字 ID;可从搜索、详情、评论或用户资料结果中的 author.user_id 或 user_id 复制;不要传用户主页链接,不要传视频链接、昵称、BV 号或 aid。已有用户主页链接时使用 by_profile_url 工具。
page_tokenNoBilibili 用户发布动态分页令牌。首次请求留空。继续翻页时必须将上一页返回的完整 next_page_token 原样作为 page_token 传回;page_token 是不透明分页令牌;不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成,不得用省略号替换中间内容。只能用于同一用户的动态列表分页链路,不能跨能力或用户复用。

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
itemsYes当前页用户发布动态列表。
pointsYes本次成功调用的积分消耗与调用完成时的账户积分余额。
dynamic_countYes用户主页公开动态数量;不是当前页数量;不可用时为 null。
next_page_tokenYes下一页不透明分页令牌;为空表示没有更多用户发布动态。继续获取下一页时,必须将返回的完整 next_page_token 原样作为 page_token 传回;只能用于同一用户的动态列表分页链路。不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成,不得用省略号替换中间内容;不能跨能力或用户复用。

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.6/5.0
Behavior3/5

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

The readOnlyHint annotation already covers the safety profile, and the description adds only the 'public' scope of the dynamics. It does not disclose pagination behavior, rate limits, or ordering, though the page_token description and output schema partially compensate.

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?

One concise, front-loaded sentence states the verb, resource, and identifier type with no filler. It is appropriately sized for a simple read operation.

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

Completeness4/5

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

For a read-only list operation, the sparse top-level description is sufficient because the schema provides strong parameter and pagination guidance and an output schema exists. A brief mention of the by_profile_url alternative in the main description would make it fully self-contained.

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 100% parameter documentation coverage, including detailed guidance on user_id and the opaque page_token. The top-level description adds no parameter meaning beyond what the schema already explains.

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 the operation: fetch a list of public posted dynamics for a Bilibili user identified by user_id. It names a specific verb and resource, and the focus on user_id distinguishes it from profile-URL-based siblings, though it does not explicitly contrast them.

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

Usage Guidelines3/5

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

The top-level description implies the use case (have a user_id and want their public dynamics) but gives no explicit when-not or alternatives. The user_id parameter description does provide a clear alternative to use by_profile_url when a profile URL is already available, but that guidance is in the schema rather than the tool description.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources