Weibo MCP Server

get_feeds

Fetch Weibo user feeds by specifying a user ID and feed limit. Use this tool to retrieve and analyze public updates posted by any Weibo account.

Input Schema

NameRequiredDescriptionDefault
limitYes返回的最大动态数量
uidYes微博用户的唯一标识符

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "limit": { "description": "返回的最大动态数量", "type": "number" }, "uid": { "description": "微博用户的唯一标识符", "type": "number" } }, "required": [ "uid", "limit" ], "type": "object" }

You must be authenticated.

Other Tools from Weibo MCP Server

Related Tools

ID: 409ro464rg