Skip to main content
Glama
redfox-data

redfox-mcp

Official
by redfox-data

bilibili_get_work

Retrieve detailed information about a Bilibili video by providing its video ID or URL.

Instructions

获取 B 站视频详情(优质库)。bvid 与 work_url 至少传一个, work_url 支持 bilibili.com/video/BVxxx 或 b23.tv 短链。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bvidNo
work_urlNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations are provided, so the description carries the full burden. It explains the basic functional behavior (get details) and parameter constraints, but does not disclose any potential side effects, authentication requirements, or error handling. It is adequate but minimal.

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 two concise sentences with no wasted words. It is front-loaded with the purpose and immediately provides the critical usage constraint. Every sentence is valuable.

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?

Given the tool's simplicity (2 optional parameters, output schema exists), the description is complete enough. It covers the purpose, parameter constraints, and format. It does not explain the output structure, but the output schema handles that. It implicitly distinguishes from sibling tools by the name and context, but could be more explicit.

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 0% (low), so the description must compensate. It explains both parameters: bvid and work_url, the constraint that at least one is required, and the format of work_url (bilibili.com/video/BVxxx or b23.tv short links). This adds significant meaning beyond the schema, which only specifies types and nullability.

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 purpose: '获取 B 站视频详情' (get Bilibili video details). It specifies the resource (single video) and distinguishes from sibling tools like bilibili_get_user_works or bilibili_search_articles by focusing on a single video identified by bvid or URL.

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 explicit usage guidelines: at least one of bvid or work_url must be provided, and it explains the supported formats for work_url. However, it does not explicitly state when to use this tool versus alternatives (e.g., bilibili_get_user_works for multiple videos), though the context of sibling tools partially implies the distinction.

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/redfox-data/redfox-mcp'

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