Skip to main content
Glama

wechat_send_text

Send a plain text message to a known WeChat user by specifying their userId from the receive queue, enabling direct replies to incoming messages.

Instructions

Send a plain text message to a userId (must be a known user).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYesUTF-8 text to send. Will be split into natural paragraphs by the SDK.
userIdYesSender id from the receive queue (ends in @im.wechat or @im.bot).
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. It only states that the message is plain text and the recipient must be known, but it does not disclose side effects, failure modes, whether the send is synchronous, or what happens if the user is unknown. This lack of behavioral detail 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, front-loaded sentence that conveys the core action and constraint without any wasted words. It is efficient and easy to parse.

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?

The tool is simple with well-documented parameters, but the description lacks behavioral context such as error handling, return values, and any side effects. The known-user constraint provides some context, but overall the description is minimally complete for a send operation.

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?

The input schema already provides comprehensive descriptions for both parameters (UTF-8 encoding, paragraph splitting, ID format). The tool description adds no additional parameter meaning, and with 100% schema coverage the baseline of 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?

The description clearly states the tool sends a plain text message to a specific userId, distinguishing it from sibling tools like wechat_send_image, wechat_send_file, and wechat_send_url. The constraint "must be a known user" adds specificity to the target.

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?

The description implies this tool is for sending text messages, but it does not explicitly mention alternatives or when not to use it. The precondition of a known user is mentioned, but no guidance is given on how to verify or handle unknown users.

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/zhyyyq/wechatbot-mcp'

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