Skip to main content
Glama
TONresistor

Telegram MCP Server

by TONresistor

sendSticker

Send static .WEBP, animated .TGS, or video .WEBM stickers to a Telegram chat using a file ID, URL, or direct upload; returns the sent message.

Instructions

Send static .WEBP, animated .TGS, or video .WEBM stickers. Returns the sent Message on success.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emojiNoEmoji associated with the sticker; only for just uploaded stickers.
chat_idYesUnique identifier for the target chat or username of the target channel (in the format @channelusername).
stickerYesSticker to send. Pass a file_id as String to send a file that exists on the Telegram servers, pass an HTTP URL as a String for Telegram to get a .WEBP sticker from the Internet, or upload a new .WEBP, .TGS, or .WEBM sticker.
reply_markupNoAdditional interface options. A JSON-serialized object for an inline keyboard, custom reply keyboard, instructions to remove a reply keyboard or to force a reply from the user.
protect_contentNoProtects the contents of the sent message from forwarding and saving.
reply_parametersNoDescription of the message to reply to. Object with message_id and optionally chat_id, allow_sending_without_reply, quote, quote_parse_mode, quote_entities, quote_position.
message_effect_idNoUnique identifier of the message effect to be added to the message; for private chats only.
message_thread_idNoUnique identifier for the target message thread (topic) of the forum; for forum supergroups only.
allow_paid_broadcastNoPass True to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message.
disable_notificationNoSends the message silently. Users will receive a notification with no sound.
business_connection_idNoUnique identifier of the business connection on behalf of which the message will be sent.
direct_messages_topic_idNoUnique identifier for the target Direct Messages topic; for bots only.

Schema Changelog

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

  1. First observedv1.0.0

TDQS

B3.4/5.0
Behavior3/5

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

With no annotations provided, the description carries the full disclosure burden. It usefully discloses the success return value (the sent Message) and the accepted formats, but does not mention that this is a side-effecting action visible in a chat, any failure modes, or auth/business-connection expectations implied by parameters like business_connection_id.

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?

Two short sentences with zero filler: the first states the action and valid formats, the second covers the return value. Essential information is front-loaded and every word earns its place.

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?

With no output schema present, disclosing 'Returns the sent Message on success' is valuable and covers the return contract. Given 12 parameters but 100% schema coverage, the description addresses what structured data lacks; the main remaining gap is usage differentiation among the large sibling set, which is already penalized in usage_guidelines.

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?

Schema description coverage is 100%, so the schema already documents all 12 parameters. The description adds modest value by clarifying the accepted file formats for the sticker parameter, but otherwise does not go beyond what the schema provides. Baseline 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

States a specific verb ('Send') and resource (stickers) with concrete format specifics (.WEBP, .TGS, .WEBM) that clarify what content types are accepted. It does not explicitly contrast with sibling content-sending tools like sendDocument or sendPhoto, which could also carry sticker files, so differentiation is partially left to inference.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides no guidance on when to choose sendSticker over the many sibling send* and sticker-management tools. No exclusions, prerequisites, or alternative tool names are mentioned; the appropriate use case is only implied by the tool name and the format list.

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