Skip to main content
Glama
Sealjay

mcp-signal

send_message

Send text messages via Signal to individuals or groups. Specify the recipient by phone number, group ID, or chat name.

Instructions

Send a text message via Signal to a direct recipient or group.

This is a write operation that delivers a real message through signal-cli. Exactly one of phone_number, group_id, or chat_name must be supplied; providing zero or more than one raises an error. Rate-limited to 1 message per recipient per second and 10 messages per 60-second window globally. Requires signal-cli and SIGNAL_ACCOUNT to be configured — call get_status first to verify send_available is true. Returns target_type, target identifier, and timestamp on success.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
messageYesThe text message content to send.
phone_numberNoRecipient phone number in E.164 format (e.g. '+441234567890'). Mutually exclusive with group_id and chat_name.
group_idNoTarget group ID as returned by list_groups. Mutually exclusive with phone_number and chat_name.
chat_nameNoExact chat name from list_chats; auto-resolves to the matching phone_number or group_id. Mutually exclusive with the other two recipient fields.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

No annotations are present, so the description fully disclosures behavioral traits: it is a write operation, rate-limited (1/s per recipient, 10/60s globally), requires signal-cli and SIGNAL_ACCOUNT, and hints at the return structure. This covers all necessary behavioral context.

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 concise, with the main purpose front-loaded, followed by essential rules and constraints in a logical order. Every sentence adds value, and there is no redundant or extraneous content.

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 the tool's complexity (4 params, 1 required, mutual exclusivity, rate limits, prerequisites, and output schema), the description covers all necessary aspects: how to specify recipient, error conditions, rate limits, preconditions, and return format. It is fully sufficient for correct agent usage.

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 coverage is 100%, and each parameter has a clear description in the schema (including mutual exclusivity). The tool description restates the exclusivity rule but adds no new semantic details about the parameters themselves beyond what the schema already provides.

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 begins with 'Send a text message via Signal to a direct recipient or group,' which clearly identifies the action and resource. It further distinguishes itself from sibling tools (e.g., read_messages, get_status) by stating it is a write operation that delivers a real message.

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

Usage Guidelines5/5

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

The description provides explicit when-to-use guidance: exactly one recipient field must be supplied, and it warns against providing zero or multiple. It also specifies prerequisites (call get_status first) and rate limits, giving clear boundaries for safe invocation.

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

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