Skip to main content
Glama

search_videos

Find Bilibili videos by keyword and get key metadata including title, uploader, views, duration, and description.

Instructions

综合搜索 B 站视频。返回 bvid/标题/UP主(mid)/播放数/时长/简介。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
keywordYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.2.0

TDQS

C2.7/5.0
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 only lists return fields and does not mention pagination behavior, sorting, authentication requirements, rate limits, or what happens with no results. This is a significant gap for a search tool.

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, front-loaded sentence that states the purpose first and then lists return fields. It is efficient with no wasted words, making it easy to parse quickly.

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

Completeness2/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 parameters, no output schema, no annotations), the description still feels incomplete. It lacks usage guidance, parameter details, and behavioral context such as pagination or default sorting. An agent would have to infer or test many behaviors.

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

Parameters2/5

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

The schema has zero description coverage for both parameters. The description implies keyword is the search term but does not explicitly explain its meaning or how the page parameter works (e.g., default value, incrementing, max results). The description adds minimal value beyond the schema.

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 tool performs a comprehensive search of Bilibili videos and lists the returned fields (bvid, title, uploader mid, play count, duration, description). It is specific about the verb and resource, though it does not explicitly differentiate from sibling tools like list_uploader_videos.

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?

The description provides no guidance on when to use this tool versus alternatives, no context for typical use cases, and no exclusions. It simply states what it does without indicating when it should be selected over other video-related tools.

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