Skip to main content
Glama
datoushiwo

wechat-writer-mcp

by datoushiwo

save_to_wechat_draft

Save formatted HTML articles as drafts directly to your WeChat Official Account draft box for later manual review and publication.

Instructions

将加工好的内容存入公众号草稿箱。永远只存草稿,不会自动群发/发布。存入后需手动到公众号后台发布。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYes文章标题
authorNo作者名(默认使用环境变量配置)
digestNo摘要(不超过 120 字)
cover_pathNo封面图片路径(cover_strategy=specified 时使用)
html_contentYes文章 HTML 正文(transform_for_wechat 的输出)
cover_strategyNo封面策略:random_from_folder 从目录随机选、specified 指定路径、none 不设封面random_from_folder
need_open_commentNo是否打开评论
content_source_urlNo原文链接(可选)
only_fans_can_commentNo是否仅粉丝可评论
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, description clearly states the tool only saves as draft and never auto-publishes, which is critical for agent decisions. No mention of side effects or failure modes, but core behavior is well covered.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three sentences, no redundancy. Efficiently conveys purpose, constraint, and post-action step.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no output schema, description adequately covers key behaviors for a 9-parameter tool. Could mention expected success feedback or error handling, but sufficient for core usage.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with all parameters described. The description adds value by linking html_content to transform_for_wechat output, providing workflow context beyond schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Explicitly states it saves processed content to WeChat draft box, distinguishing from siblings (estimate_originality, import_source, transform_for_wechat) which handle earlier stages. Emphasizes it only creates drafts, not auto-publish.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Indicates when to use (after processing) and what not to expect (no auto-publish). Could be more explicit about prerequisites or when not to use, but context with siblings implies it's the final step.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/datoushiwo/wechat-writer-mcp'

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