Skip to main content
Glama
santoshachari

multiGmailMCP

chat_remove_reaction

Remove a reaction from a Google Chat message using its resource name obtained from chat_list_reactions.

Instructions

Remove a reaction from a Google Chat message. Use chat_list_reactions to get the reaction's resource name.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailYesThe authenticated Google account that created the reaction.
reactionNameYesThe reaction resource name to remove (e.g. 'spaces/XXXXXX/messages/YYYYYY/reactions/ZZZZZZ'), from chat_list_reactions name field.
Behavior3/5

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

No annotations are provided, so the description must disclose behavioral traits. It indicates a destructive action ('Remove') but does not mention authentication requirements, side effects, or what happens if the reaction does not exist. The hint about using list is helpful but incomplete.

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 two sentences. The first sentence states the purpose, the second provides crucial prerequisite guidance. No extraneous information.

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 simple tool with two parameters and no output schema, the description covers the essential action and input dependency. It could mention the requirement that the email must be the creator of the reaction, but the schema already states that.

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%, so both parameters are described. The description adds value by explaining how to obtain the reactionName via chat_list_reactions, which aids correct invocation. The email parameter is adequately described in 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 clearly states the action ('Remove a reaction') and the specific resource ('from a Google Chat message'). It distinguishes from siblings like chat_add_reaction by focusing on removal and referencing chat_list_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 provides a clear prerequisite ('Use chat_list_reactions to get the reaction's resource name'), guiding the agent on what to do before invoking. It lacks explicit when-not-to-use or alternative tools, but the context is sufficient.

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/santoshachari/multiGoogleMCP'

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