Skip to main content
Glama

Weibo MCP Server

get_followers

Retrieve detailed follower information for a specific Weibo user by providing their unique identifier. Supports pagination and customizable limit to manage data retrieval efficiently.

Instructions

Get a Weibo user's followers. Returns: list[dict]: List of dictionaries containing follower information

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of followers to return, defaults to 15
pageNoPage number for pagination, defaults to 1
uidYesThe unique identifier of the Weibo user

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 15, "description": "Maximum number of followers to return, defaults to 15", "title": "Limit", "type": "integer" }, "page": { "default": 1, "description": "Page number for pagination, defaults to 1", "title": "Page", "type": "integer" }, "uid": { "description": "The unique identifier of the Weibo user", "title": "Uid", "type": "integer" } }, "required": [ "uid" ], "type": "object" }

Other Tools from Weibo MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/qinyuanpei/mcp-server-weibo'

If you have feedback or need assistance with the MCP directory API, please join our Discord server