wechat_oa_mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| WeChat_create_draftA | 创建微信公众号草稿 Metadata:
参数说明:
|
| WeChat_del_draftA | 删除微信公众号草稿 Metadata:
参数说明:
|
| WeChat_del_materialB | 删除微信公众号永久素材 Metadata:
参数说明:
|
| WeChat_get_access_tokenB | 获取微信公众号Access Token Metadata:
参数说明:
|
| WeChat_publish_draftA | 发布微信公众号草稿 Metadata:
参数说明:
|
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 5 tools
Each tool targets a distinct action: creating, deleting drafts, deleting materials, fetching tokens, and publishing. The only potential overlap between del_draft and del_material is resolved by clear parameter descriptions referencing the specific media IDs returned from create_draft.
All tools follow a consistent WeChat_verb_noun pattern with snake_case. The only minor deviation is the use of 'del' as an abbreviation instead of the full 'delete', but it's applied consistently across both delete operations.
Five tools is well-scoped for a focused WeChat draft management workflow. Each tool serves a necessary step in creating, publishing, and cleaning up articles, with no redundant or missing obvious tools for the intended scope.
The set covers create, publish, and delete for drafts, plus token retrieval and material deletion. However, it lacks get/list/update draft operations, which are essential for managing existing drafts, forcing agents to rely on previously stored IDs.