Skip to main content
Glama

message

Send and manage communications across Discord, Telegram, WhatsApp, and more. Perform actions like sending, reacting, searching, reading, creating polls, and handling threads.

Instructions

Send messages and perform channel actions (Discord, Telegram, WhatsApp, etc.). Actions: send, react, search, read, poll, thread-create, thread-reply

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toNoRecipient identifier (phone, user ID, channel ID)
emojiNoEmoji for react action
limitNoLimit for search/read results
queryNoSearch query for search action
actionYesMessage action (send, react, search, read, poll, thread-create, thread-reply)
accountNoAccount ID when multiple accounts exist
channelNoChannel type (discord, telegram, whatsapp, signal, slack)
messageNoMessage text to send
threadIdNoThread ID for thread operations
messageIdNoMessage ID for react/reply actions
sessionKeyNoOpenClaw session key for routing
pollOptionsNoPoll answer options
pollQuestionNoPoll question
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 discloses no auth needs, side effects of sending, failure modes, or per-action behaviors. Irreversible operations like send/react are not flagged.

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?

The description is a single sentence that front-loads the verb and resource, then lists actions. It is compact with no fluff, though the action list slightly duplicates the schema's action enum.

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 13 parameters, 7 actions, no output schema, and no annotations, the description is far from complete. It fails to explain which parameters apply to each action, per-channel specifics, or return formats, leaving many gaps for the agent to navigate.

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% and all parameters have individual descriptions. The tool description repeats the action list already present in the action parameter but adds no new meaning or mapping of actions to parameters, so baseline 3 is appropriate.

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 identifies the resource (messages/channels) and the verbs (send, react, search, etc.), with explicit channel examples (Discord, Telegram, WhatsApp). It is clear enough to distinguish from web/browser tools, though 'perform channel actions' is broad.

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?

No explicit guidance on when to use this tool versus alternatives such as sessions_send. Implied usage for external messaging exists, but there are no exclusions, prerequisites, or comparison to sibling tools.

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/haliphax-ai/openclaw-tools-mcp-server'

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