Skip to main content
Glama

SocialDataX B站 Bilibili MCP

bilibili_search_articles

Read-only

搜索 Bilibili 专栏文章。用户需要按搜索词查找专栏时使用;已有视频、专栏或动态链接,或已有内容 ID 时使用对应的统一详情或评论工具;支持 page_token 翻页、排序和分区筛选。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keywordYes搜索 Bilibili 专栏文章的搜索词,可传关键词或短语,例如品牌名、话题、人物名或产品名;不要传视频链接、专栏/动态链接、用户主页链接、BV 号、aid、专栏/动态 ID 或 page_token。
categoryNo专栏分区筛选:all=全部分区,animation=动画,gaming=游戏,film_and_tv=影视,lifestyle=生活,hobbies=兴趣,light_novel=轻小说,technology=科技,notes=笔记。all
sort_typeNo专栏排序方式:general=综合排序,time_descending=最新发布,view_count_descending=最多点击/阅读,like_count_descending=最多喜欢,comment_count_descending=最多评论。general
page_tokenNoBilibili 专栏搜索分页令牌。首次请求留空。继续翻页时必须将上一页返回的完整 next_page_token 原样作为 page_token 传回;page_token 是不透明分页令牌;不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成,不得用省略号替换中间内容。只能用于同一关键词、排序方式和分区筛选的专栏搜索链路,不能跨能力、关键词或筛选条件复用。消费多页搜索结果时,建议按 content_id 作为稳定键合并结果。

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
itemsYes当前页专栏搜索结果。
pointsYes本次成功调用的积分消耗与调用完成时的账户积分余额。
next_page_tokenYes下一页不透明分页令牌;为空表示没有更多专栏搜索结果。继续获取专栏搜索下一页时,必须将返回的完整 next_page_token 原样作为 page_token 传回;只能用于同一关键词、排序方式和分区筛选的专栏搜索链路;消费多页搜索结果时,建议按 content_id 作为稳定键合并结果。不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成,不得用省略号替换中间内容;不能跨能力、关键词或筛选条件复用。

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true, covering the safety profile, so the bar is lower. The description adds the capability summary (page_token pagination, sorting, category filtering), which is useful behavioral context, but does not elaborate on result limits, error behavior, or implications of the open-world hint.

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?

A single dense sentence that front-loads the purpose, then usage routing, then capability summary. Every clause earns its place with no filler or repetition of schema content.

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?

Combined with a 100%-coverage schema, an output schema, and safety annotations, the description covers purpose, usage conditions, exclusions, and capabilities. The only gap is that it doesn't surface the open-world implication that incomplete search results don't imply absence, though the annotation already signals this.

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 description coverage is 100% and the schema descriptions are unusually thorough: negative examples for keyword, full enum expansions, and opaque-token rules for page_token. The description's mention of pagination/sorting/filtering adds little beyond the schema, so the high-coverage baseline of 3 applies.

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 opens with a specific verb+resource pair ('搜索 Bilibili 专栏文章'), clearly stating this tool searches column articles. It differentiates from siblings by contrasting with detail/comment tools for existing links/IDs, and from bilibili_search_videos by the article vs video resource.

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

Usage Guidelines5/5

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

The description gives explicit when-to-use ('用户需要按搜索词查找专栏时使用') and when-not-to-use guidance ('已有视频、专栏或动态链接,或已有内容 ID 时使用对应的统一详情或评论工具'), naming the alternative tool category. Nothing is left to inference.

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