Skip to main content
Glama
lychee20000105

wechat-miniapp-engineering-mcp

miniapp_cloudbase_release_preflight

Generates a preflight checklist for WeChat mini program releases, verifying cloud functions, uploads, audits, and syncs to prevent environment, version, and packaging errors.

Instructions

生成云函数部署、小程序上传/审核发布、NPM/GitHub 同步前的确认清单,避免环境、版本、打包和外发范围出错。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionNo预检动作范围,默认 full-release。
cloudFunctionNameNo云函数名,默认 mcloud。
envIdNo云环境 ID。
versionNo准备上传/发布的版本号;必须来自开发者工具或公众平台日志。
useCleanStagingNo是否使用 clean staging 避免打包 EISDIR,默认 true。
requireHumanConfirmNo是否强制人工确认门,默认 true。
Behavior2/5

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

Without annotations, the description carries full burden but only states it 'generates a checklist'. Does not disclose if it modifies state, side effects, or what the output contains. No output schema available, leaving agent uninformed about tool behavior.

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

Conciseness4/5

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

Single sentence is concise and covers main purpose. However, it could be more structured (e.g., bullet list of actions) for clarity.

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

Completeness2/5

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

With 6 optional parameters and no output schema, the description lacks detail on return value, parameter dependencies, or workflow context. Incomplete for a tool likely involved in critical release steps.

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

Parameters3/5

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

Schema coverage is 100% with parameter descriptions. Description adds no additional semantic value beyond listing the action types implicitly. Baseline 3 is appropriate.

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?

Description clearly states the tool generates a preflight checklist for specific actions (cloud function deployment, miniapp upload/audit/release, npm/github sync) to avoid common errors. Distinguishes from sibling tools like 'miniapp_launch_checklist' by being release-specific.

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

Usage Guidelines3/5

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

Implies use before executing the listed actions, but provides no when-not-to-use guidance or comparison to similar tools like 'miniapp_launch_checklist'. Lacks explicit usage context.

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/lychee20000105/wechat-miniapp-engineering-mcp'

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