Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SESSDATA | Yes | Your Bilibili SESSDATA cookie value, found in browser cookies after logging into Bilibili |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_subtitles | Get subtitles from a Bilibili video Args:
url: Bilibili video URL, e.g., https://www.bilibili.com/video/BV1x341177NN
Returns:
List of subtitles grouped by language. Each entry contains subtitle content with timestamps. |
| get_danmaku | Get danmaku (bullet comments) from a Bilibili video Args:
url: Bilibili video URL, e.g., https://www.bilibili.com/video/BV1x341177NN
Returns:
List of danmaku (bullet comments) with content, timestamp and user information |
| get_comments | Get popular comments from a Bilibili video Args:
url: Bilibili video URL, e.g., https://www.bilibili.com/video/BV1x341177NN
Returns:
List of popular comments including comment content, user information, and metadata such as like counts |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |