Skip to main content
Glama
pushplus

PushPlus MCP Server

Official
by pushplus

发送文本消息

send_text_message

Send plain text push notifications to WeChat, email, or other channels via PushPlus. Specify content, recipients, and channel to deliver messages directly.

Instructions

快速发送纯文本推送消息(template=txt)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toNo好友令牌,多人用逗号隔开
preNo预处理编码,仅供会员使用
titleNo消息标题,可选
topicNo群组编码,不填仅发送给自己
channelNo推送渠道
contentYes消息内容(纯文本)
Install Server

TDQS

A3.5/5.0
Behavior2/5

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

No annotations are present, so the description carries the full burden of behavioral disclosure. It only reveals the message type and a vague 'quick' claim; it does not mention recipient defaults, channel behavior, member-only pre-processing, or side effects of sending.

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 front-loaded sentence with no filler. Every word adds value, and the template=txt detail is an efficient discriminator.

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

Completeness3/5

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

With no annotations and no output schema, the one-line description leaves several gaps: result behavior, default recipient resolution, channel defaults, and authorization requirements are not addressed. The complete parameter schema partially compensates, making this minimally viable but not fully complete.

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 parameter semantics baseline is 3. The description adds little beyond template=txt and 'plain text'; it does not meaningfully extend the parameter explanations already present in the 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?

The description clearly states a specific action (send), a concrete resource (plain text push message), and an identifying template value (template=txt). This directly distinguishes it from siblings like send_html_message, send_markdown_message, and send_json_message.

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?

Usage is only implied by the phrase '纯文本' and the template=txt identifier. There is no explicit guidance about when to choose this tool over alternatives such as send_push_message or batch_send_message, nor any when-not statements.

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