bilibili_account
Check your Bilibili account tier, view followed creators' uploads, and list saved videos. Returns requires_login state when authentication is needed.
Instructions
Account-tier operations: tier status, following feed, favorites.
[RATIONALE] The account tier is one logical surface (your logged-in Bilibili world) with several sub-surfaces; one tool with an operation discriminator keeps it compact while the auth-gated ops are honestly marked requires_login.
Return Format
{"success": bool, "operation": str, "data": {...}, "message": str}
Examples
bilibili_account(operation="status") bilibili_account(operation="following") bilibili_account(operation="favorites")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mid | No | Bilibili user id (only for account 'status'). | |
| operation | Yes | Operation: 'status' reports the current account tier (works always). 'following' lists new uploads from creators you follow and 'favorites' lists your saved videos - both require a logged-in +86 account and return an honest requires_login state otherwise. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| error | No | ||
| message | No | ||
| success | No | ||
| operation | No | ||
| error_type | No | ||
| suggestions | No |