Weibo MCP Server

search_users

Search for Weibo users using a keyword and retrieve detailed user profiles. Specify a search term and limit to return a list of users with relevant information.

Instructions

Search for Weibo users based on a keyword. Args: keyword (str): Search term to find users ctx (Context): MCP context object limit (int): Maximum number of users to return Returns: list[dict]: List of dictionaries containing user information

Input Schema

NameRequiredDescriptionDefault
keywordYes
limitYes

Input Schema (JSON Schema)

{ "properties": { "keyword": { "title": "Keyword", "type": "string" }, "limit": { "title": "Limit", "type": "integer" } }, "required": [ "keyword", "limit" ], "title": "search_usersArguments", "type": "object" }

You must be authenticated.

Other Tools from Weibo MCP Server

Related Tools

ID: npkz83qfva