wechat-official-account
by zhuanghaixin
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| WECHAT_APP_ID | Yes | 微信公众号 AppID | |
| WECHAT_APP_SECRET | Yes | 微信公众号 AppSecret |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| wechat_check_accessA | 验证公众号凭证和 API IP 白名单,结果不包含密钥或 Access Token。 |
| wechat_validate_article_bundleA | 本地校验文章包并预处理图片,不上传。bundle_path 为公众号工作目录内的文章文件夹路径。 |
| wechat_create_draft_from_bundleA | 将文章包图片上传至微信并创建草稿,需要用户明确要求上传该文章。不会正式发布。相同内容重复调用返回既有草稿。 |
| wechat_get_draftA | 根据 media_id 从微信读取草稿内容。 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |