Skip to main content
Glama

send_group_sticker

Send a sticker to a Signal group by specifying pack ID and sticker ID from an installed pack. Use list_groups to get the group ID. For expressive reactions or decorations.

Instructions

Send a single sticker to a Signal group so all members receive it. Stickers are small images from installed packs delivered as a distinct message type — they appear rendered in the group 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 invalid sticker_id returns an error. Use list_sticker_packs to browse 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 list_groups to obtain the group_id. Use when sending an expressive image reaction or decoration to a group chat. Use send_sticker for direct messages instead of group chats. Do NOT use to send a regular image file — use send_group_attachment for that.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
group_idYesGroup ID (get from list_groups)
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, so the description fully bears the burden. It discloses that stickers appear rendered (not as file attachments), error conditions (uninstalled pack, invalid sticker_id), and parameter constraints (pack_id hex string, sticker_id 0-based integer). No contradiction with annotations.

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 slightly long but well-structured: starts with purpose, then behavior, then usage guidelines. Every sentence adds necessary context. Could be slightly more concise but not verbose.

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 behavior, prerequisites, and error handling well. However, missing return value description (e.g., success/failure confirmation). Given no output schema, the description could mention what the tool returns.

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 value beyond the schema by explaining that pack_id is a hex string and sticker_id is a 0-based integer, and both must match an installed pack. It also directs users to list_sticker_packs for valid values, which the schema descriptions do not provide.

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 it sends a single sticker to a Signal group, distinguishing it from the sibling tool send_sticker (for direct messages) and send_group_attachment (for files). The verb 'send' combined with the specific resource 'sticker to a Signal group' provides high clarity.

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?

Explicitly states when to use (expressive image reaction/decoration), when not to use (regular files), and provides alternatives (send_group_attachment for files, send_sticker for DMs). It also explains prerequisites: list_sticker_packs, list_groups, and add_sticker_pack if needed.

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