bilibili_explore
Discover trending content on Bilibili: browse the popular feed, view daily rankings by category, or check hot search keywords.
Instructions
Discover what is trending on Bilibili: popular feed, rankings, hot keywords.
[RATIONALE] Discovery has three list surfaces (popular, rank, hot search) that share a single 'video-ish list' output; one tool with an operation discriminator keeps the surface compact and discoverable.
Return Format
{"success": bool, "operation": str, "data": [...], "count": int}
Examples
bilibili_explore(operation="trending", limit=10) bilibili_explore(operation="rank", rid=3, limit=15) bilibili_explore(operation="hot_search", limit=10)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rid | No | Ranking region id; only used for operation='rank'. | |
| limit | No | Max results (1-50). | |
| operation | Yes | Operation: 'trending' returns the popular feed (what is hot right now); 'rank' returns the all-region daily ranking (rid 0 = all, 1 = anime, 3 = music, 4 = game, 5 = entertainment, 36 = knowledge, 160 = fashion); 'hot_search' returns the current trending search keywords. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| count | No | ||
| error | No | ||
| message | No | ||
| success | No | ||
| operation | No | ||
| error_type | No | ||
| suggestions | No |