webchat_send_message
Send text messages to a user or a group. Specify either account_id or group_id.
Instructions
给用户或群组发送文本消息。account_id 和 group_id 二选一。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | ||
| group_id | No | ||
| account_id | No |
Send text messages to a user or a group. Specify either account_id or group_id.
给用户或群组发送文本消息。account_id 和 group_id 二选一。
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | ||
| group_id | No | ||
| account_id | No |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Without annotations, the description bears full burden, but it only says 'send text messages' and the parameter constraint. It does not disclose side effects, permissions, rate limits, or behavior when both or neither target parameter is provided.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences, front-loaded with purpose, then constraint. No extraneous information.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Despite low complexity (3 params, no output schema), the description lacks details on return values, error handling, or prerequisites. For a write operation, an agent would benefit from knowing if the message was sent successfully.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With 0% schema description coverage, the description adds meaning by clarifying that account_id targets users and group_id targets groups, and that one must be chosen. It does not elaborate on message parameter constraints like length or format.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool sends text messages to users or groups, and specifies the use of account_id or group_id. This distinguishes it from sibling webchat tools which are primarily read-oriented.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides the key guideline that account_id and group_id are mutually exclusive (二选一). It doesn't explicitly state when not to use this tool, but sibling context makes it clear this is for sending, not retrieving.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/andyleimc-source/mdymcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server