Skip to main content
Glama

Weibo MCP Server

get_comments

Retrieve comments from a specific Weibo post by providing the post's unique ID. Supports pagination to access additional comments.

Instructions

Get comments for a specific Weibo post. Returns: list[dict]: List of dictionaries containing comments

Input Schema

NameRequiredDescriptionDefault
feed_idYesThe unique identifier of the Weibo post
pageNoPage number for pagination, defaults to 1

Input Schema (JSON Schema)

{ "properties": { "feed_id": { "description": "The unique identifier of the Weibo post", "title": "Feed Id", "type": "integer" }, "page": { "default": 1, "description": "Page number for pagination, defaults to 1", "title": "Page", "type": "integer" } }, "required": [ "feed_id" ], "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