Weibo MCP Server

search_users

Locate and retrieve Weibo user profiles by entering specific keywords and setting a result limit. Simplify user searches and access relevant profile data efficiently.

Input Schema

NameRequiredDescriptionDefault
keywordYes查找用户的搜索词
limitYes返回的最大用户数量

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "keyword": { "description": "查找用户的搜索词", "type": "string" }, "limit": { "description": "返回的最大用户数量", "type": "number" } }, "required": [ "keyword", "limit" ], "type": "object" }

You must be authenticated.

Other Tools from Weibo MCP Server

Related Tools

ID: 409ro464rg