Skip to main content
Glama

WeChat Publisher MCP

by BobGod
MIT License
5
  • Apple
  • Linux

wechat_query_status

Check the publishing status and retrieve statistics of articles sent to WeChat Official Accounts using the message ID, AppID, and AppSecret for accurate tracking and insights.

Instructions

查询文章发布状态和统计数据

Input Schema

NameRequiredDescriptionDefault
appIdYes微信公众号AppID
appSecretYes微信公众号AppSecret
msgIdYes消息ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "appId": { "description": "微信公众号AppID", "type": "string" }, "appSecret": { "description": "微信公众号AppSecret", "type": "string" }, "msgId": { "description": "消息ID", "type": "string" } }, "required": [ "msgId", "appId", "appSecret" ], "type": "object" }
Install Server

Other Tools from WeChat Publisher MCP

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/BobGod/wechat-publisher-mcp'

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