Skip to main content
Glama

send_sticker

Send a sticker to a Signal contact in a direct message using pack and sticker IDs from installed packs. Express reactions or decorations without sending attachments.

Instructions

Send a single sticker to a Signal contact in a direct message. Stickers are small images from installed packs delivered as a distinct message type — they appear rendered in the conversation, not as a file attachment. Both pack_id (a hex string) and sticker_id (a 0-based integer) must match an installed pack; referencing an uninstalled pack or an invalid sticker_id returns an error. Use list_sticker_packs to browse all installed packs and retrieve valid pack_id and sticker_id values. If no packs are installed, call add_sticker_pack first with a signal.art URL to install one. Use when you want to send an expressive image reaction or decoration to a contact. Use send_group_sticker to send a sticker to a group instead of a DM. Do NOT use to send a regular image file — use send_attachment for that.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
recipientYesPhone number in E.164 format
pack_idYesSticker pack ID (hex string from list_sticker_packs)
sticker_idYesSticker ID within the pack (from list_sticker_packs)
Behavior5/5

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

No annotations provided, but the description covers behavioral traits: stickers appear rendered in conversation, not as file attachment; error conditions for uninstalled pack or invalid sticker_id; and required steps to ensure pack is installed.

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, each earning its place. Front-loaded with main purpose, then details on nature, errors, and alternatives. No fluff.

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?

Covers usage, prerequisites, error conditions, and alternatives. Lacks explicit return value (no output schema), but error handling is described. Overall fairly complete for a direct message tool.

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 coverage is 100%, but the description adds meaning: explains pack_id is a hex string from list_sticker_packs, sticker_id is 0-based integer, and relates to other tools for pack management.

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 the action: 'Send a single sticker to a Signal contact in a direct message.' It specifies the resource (sticker) and mode (DM), and distinguishes from siblings like send_group_sticker and send_attachment.

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?

Provides explicit when-to-use (expressive reaction/decoration), when-not (use send_attachment for images, send_group_sticker for groups), and prerequisites (pack must be installed, recommended to use list_sticker_packs first).

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