Skip to main content
Glama

send_message

Send a message as the bot to a conversation. Content is encrypted server-side. Use conversation ID 0 to broadcast to all assigned conversations.

Instructions

Send a message to a conversation as the bot.

The message is sent on behalf of the bot assigned to the conversation. Content is plaintext — the server encrypts it before storage.

Args: content_message: Message content (plaintext, encrypted server-side) id_conversation: Conversation ID (0 = broadcast to all assigned conversations)

Returns: JSON string — server confirmation with message ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
content_messageYes
id_conversationNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations provided. Description discloses that message is sent on behalf of bot, plaintext with server-side encryption, and special broadcast behavior for id_conversation=0. Returns JSON with message ID.

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?

Description is well-organized with sections (Args, Returns) and no unnecessary information. Each sentence adds value.

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

Completeness5/5

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

Given 2 parameters, 0% schema coverage, and presence of output schema (mentioned but not shown), the description adequately covers bot behavior, encryption, broadcast, and return value.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 0% description coverage. The description adds meaningful info: content_message is plaintext encrypted server-side, id_conversation defaults to 0 meaning broadcast to all conversations.

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 'Send a message to a conversation as the bot', using a specific verb and resource. It distinguishes from sibling tools like delete_message and update_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?

The description implies usage (as bot) but does not explicitly state when to use this tool vs alternatives like update_message or delete_message, nor provides exclusions.

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/Sebastien-VZN/axomind-mcp'

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