Skip to main content
Glama
TONresistor

Telegram MCP Server

by TONresistor

setMessageReaction

Set or update reactions on a Telegram message by providing chat ID, message ID, and reaction type. Supports big animated reactions where permitted and returns success.

Instructions

Change the chosen reactions on a message. Service messages cannot be reacted to. Bots cannot use paid reactions. Returns True on success.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
is_bigNoPass True to set the reaction with a big animation.
chat_idYesUnique identifier for the target chat or username of the target channel (in the format @channelusername).
reactionNoA JSON-serialized list of ReactionType objects to set on the message. Currently, bots can set up to one reaction per message. Custom emoji reactions can be used if already present on the message or allowed by chat administrators.
message_idYesIdentifier of the target message. If the message belongs to a media group, the reaction is set to the first non-deleted message in the group instead.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.0

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations provided, the description carries the behavioral burden. It discloses the mutation, two important fail conditions, and the boolean return. It does not cover every edge case, such as all message-type exclusions, but the core behavioral profile is clear.

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?

Three short, high-value sentences with the action front-loaded. Each sentence earns its place: the core operation, key restrictions, and the return value. There is no filler.

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?

Given the fully described schema and the return value stated in the description, an agent has enough information to invoke the tool correctly. A few edge-case exclusions are not spelled out, which keeps it just short of perfect.

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?

The input schema has 100% parameter description coverage, so the description does not need to repeat parameter-level details. It reinforces that the operation targets reactions on a message but adds no meaning 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 names a precise action ('change') and a specific resource ('chosen reactions on a message'), which clearly distinguishes it from message-mutation siblings like editMessageText or deleteMessage. It also communicates the success return, helping an agent predict the outcome.

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?

It gives concrete when-not conditions: service messages cannot be reacted to and bots cannot use paid reactions. It does not explicitly name alternative endpoints, but the method is unique enough among siblings that these exclusions are sufficient to guide selection.

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/TONresistor/telegram-mcp'

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