Skip to main content
Glama

Manage message reactions

manage_reactions
Destructive

Add, list, or remove emoji reactions on Google Chat messages to see who reacted and delete your own reactions.

Instructions

Emoji reactions on a message, as the authenticated user. action=add puts a unicode emoji (the emoji character itself, e.g. "👍" or "🎉" — not :shortcode:) on the message; adding the same emoji twice fails with ALREADY_EXISTS. action=list returns who reacted with what — each reaction's name (spaces/.../reactions/), emoji and user; filter with emoji to one emoji's reactions. action=remove deletes ONE reaction by its full reaction_name from list — only the authenticated user's own reactions can be removed (someone else's returns PERMISSION_DENIED). Custom (workspace) emoji need raw_request with emoji.customEmoji. Scopes: chat.messages.reactions (add/remove; .create suffices for add-only) or chat.messages.reactions.readonly (list).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emojiNoadd: the unicode emoji to add (e.g. "👍"). list: only this emoji's reactions.
actionYesWhat to do with the message's reactions.
messageNoadd/list: the message to react to / read reactions from.
page_sizeNolist: max reactions per page (1..200).
page_tokenNolist: nextPageToken from the previous page.
reaction_nameNoremove: the reaction to delete, from action=list.
Behavior5/5

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

Beyond the annotations (destructiveHint=true, readOnlyHint=false), the description discloses specific error outcomes (ALREADY_EXISTS, PERMISSION_DENIED), the requirement to use the authenticated user's own reactions for removal, scope prerequisites, and the raw_request path for custom emoji.

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 dense but every sentence carries operational or behavioral information. It is front-loaded with the core purpose and then efficiently covers actions, errors, custom emoji, and scopes without repetition.

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?

For a three-action tool with no output schema, the description is remarkably complete: it explains return contents for list, error conditions, permission boundaries, page_size/page_token usage, and scope requirements. Nothing critical is left for the agent to guess.

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?

Although schema coverage is 100%, the description adds important semantic detail: emoji must be the literal unicode character rather than a shortcode, reaction_name comes from list output, page_token enables pagination, and action determines which parameters apply. This meaningfully exceeds the bare 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 states a specific resource ('Emoji reactions on a message') and enumerates three distinct actions (add/list/remove), so an agent immediately understands what the tool does. It stands apart from sibling message and space tools because it is the only one operating on reactions.

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?

The description gives clear per-action usage context, including filtering for list, deleting only via reaction_name, and the authenticated-user restriction. It also explicitly routes custom workspace emoji to raw_request, which is a useful alternative; however, it does not provide broad when-to-use vs. sibling-tool guidance.

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/A1-x-Tech/mcp-google-chat'

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