Skip to main content
Glama

Weibo MCP Server

by Selenium39

search_content

Search and retrieve Weibo posts based on specific keywords. Use this tool to filter content by keyword, set result limits, and paginate through search results for targeted Weibo data.

Instructions

根据关键词搜索微博内容并返回相关的微博帖子

Input Schema

NameRequiredDescriptionDefault
keywordYes搜索微博内容的关键词
limitYes返回的最大微博条目数量
pageNo起始页码,默认为1

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "keyword": { "description": "搜索微博内容的关键词", "type": "string" }, "limit": { "description": "返回的最大微博条目数量", "type": "number" }, "page": { "description": "起始页码,默认为1", "type": "number" } }, "required": [ "keyword", "limit" ], "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/Selenium39/mcp-server-weibo'

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