Weibo MCP Server

get_feeds

Retrieve a Weibo user's posts (feeds) by specifying their unique identifier and a limit. Returns a list of detailed feed information for analysis or integration.

Instructions

Get a Weibo user's feeds (posts). Args: uid (int): The unique identifier of the Weibo user ctx (Context): MCP context object limit (int): Maximum number of feeds to return, None for no limit Returns: list[dict]: List of dictionaries containing feed information

Input Schema

NameRequiredDescriptionDefault
limitYes
uidYes

Input Schema (JSON Schema)

{ "properties": { "limit": { "title": "Limit", "type": "integer" }, "uid": { "title": "Uid", "type": "integer" } }, "required": [ "uid", "limit" ], "title": "get_feedsArguments", "type": "object" }

You must be authenticated.

Other Tools from Weibo MCP Server

Related Tools

ID: npkz83qfva