get_video_comments
Retrieve popular Bilibili video comments, filter placeholders, and prioritize timestamped comments. Choose brief (10) or detailed (20+ replies) mode.
Instructions
获取 Bilibili 视频热门评论。过滤表情占位符,优先保留包含时间戳的评论(如 '05:20')。支持 brief(10条)和 detailed(20条+回复)两种模式。For credential help, call get_credential_setup_instructions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | 评论排序方式:'hot' 按热度,'time' 按时间。默认 'hot'。 | |
| limit | No | 可选评论数量限制,整数 1-50。覆盖 detail_level 的默认数量。 | |
| bvid_or_url | Yes | Bilibili 视频 BV 号或完整 URL | |
| detail_level | No | 评论详细程度:'brief' 获取前10条热门评论;'detailed' 获取前20条热门评论及其高赞回复 | |
| include_replies | No | 是否在 detailed 模式下包含高赞回复。默认 true。 |