get_comments
Retrieve comments from a specific Weibo post using its unique identifier. Supports pagination to access all available responses.
Instructions
Get comments for a specific Weibo post.
Returns:
list[dict]: List of dictionaries containing commentsInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| feed_id | Yes | The unique identifier of the Weibo post | |
| page | No | Page number for pagination, defaults to 1 |