get_feeds
Retrieve a Weibo user's timeline content by providing their unique identifier, returning a list of feeds with configurable limits.
Instructions
Get a Weibo user's feeds
Returns:
list[dict]: List of dictionaries containing feedsInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uid | Yes | The unique identifier of the Weibo user | |
| limit | No | Maximum number of feeds to return, defaults to 15 |