Skip to main content
Glama
pushplus

PushPlus MCP Server

Official
by pushplus

发送推送消息

send_push_message

Send push messages to WeChat, email, and other channels via PushPlus. Supports multiple templates, recipients, and channel-specific options for targeted delivery.

Instructions

通过 pushplus /send 接口发送推送消息。form/doc/excel/webdiff 模板必须传 pushId。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toNo好友令牌/企微用户id,多人用逗号隔开
preNo预处理编码,仅供会员使用
iconNo消息图标
titleNo消息标题,可选
topicNo群组编码,不填仅发送给自己;与to互斥,topic优先
optionNo渠道配置参数(原webhook参数),与webhook等价;qq渠道不填发给自己,填群配置编码发到对应QQ群
pushIdNoform/doc/excel/webdiff 模板必填的详情页ID
channelNo推送渠道,默认wechat
contentYes消息内容,支持HTML、文本、Markdown等格式
webhookNo第三方webhook编码(非URL)
templateNo消息模板类型,默认html
timestampNo毫秒时间戳,过期则不发送
callbackUrlNo消息回调地址
Install Server

TDQS

C2.9/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It mentions the endpoint and the pushId requirement, but it does not disclose side effects, authentication needs, rate limits, failure behavior, or what happens after the push is sent. For an external side-effect tool, this is a significant gap.

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?

The description is a single compact sentence that front-loads the core action and endpoint, then adds the key conditional requirement. There is no filler or redundancy, so every part earns its place.

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?

Given 13 parameters, no annotations, no output schema, and a large set of sibling messaging tools, the description is too sparse. It does not explain the return value, error behavior, or when to choose this over alternatives, leaving the agent under-informed for correct and confident invocation.

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 description coverage is 100%, so the schema already documents all 13 parameters. The description's pushId note essentially repeats what the schema already says for pushId. It adds no meaningful semantic value beyond the structured schema.

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

Purpose4/5

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

The description clearly states the action ('发送推送消息') and the specific API endpoint ('pushplus /send 接口'), plus a relevant constraint. However, it does not differentiate this tool from sibling send tools like send_text_message, send_html_message, or send_markdown_message, so it stays at 4 rather than 5.

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

Usage Guidelines2/5

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

There is no guidance on when to use this tool versus the many sibling message-sending tools. The only conditional note about pushId applies to specific templates, but it does not explain selection context, exclusions, or alternatives. The agent is left to infer usage from the name.

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

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/pushplus/pushplus-MCP-Server-TypeScript'

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