Skip to main content
Glama

send_group_message

Send a text message to a Signal group. Members receive it, and the timestamp enables reactions, edits, or quoting.

Instructions

Send a text message to a Signal group. All group members receive the message. Returns the sent timestamp for use with react_to_message or edit_message. To @mention specific members, provide a mentions list with character offsets into the message text. To reply to a message, provide quote_author and quote_timestamp. Use list_groups to find the group_id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
group_idYesGroup ID (get from list_groups)
messageYesMessage text to send
mentionsNoList of @mentions: each item is {start, length, author} where start/length are character offsets into the message and author is a phone number
quote_authorNoPhone number of the author of the message being quoted/replied to
quote_timestampNoTimestamp of the message being quoted/replied to (from get_conversation)
Behavior3/5

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

With no annotations, the description carries full burden and discloses that all members receive the message and returns timestamp for chaining. It does not mention side effects like delivery notifications or rate limits, but overall adequate.

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?

Four sentences front-load the main action and return value, with no extraneous information. Every sentence adds value.

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

Completeness4/5

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

For a 5-parameter tool with no output schema and no annotations, the description covers purpose, return value, mentions, replies, and hints to list_groups. Missing aspects like error handling or message length limits, but still highly informative.

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

Parameters4/5

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

Schema has 100% coverage with descriptions, and the description adds context for mentions (character offsets) and reply parameters (relation to get_conversation), enhancing understanding beyond 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 uses specific verb 'Send' and resource 'text message to a Signal group', clearly distinguishing it from sibling tools like send_message (individual). It also notes that all group members receive the message.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides explicit context for using list_groups to get the group_id, and explains when to use mentions and quoting. Does not explicitly exclude alternatives for individual messages, but the group focus is clear.

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/googlarz/signal-mcp'

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