Skip to main content
Glama
draiqw

telegram-mcp

by draiqw

tg_send_sticker

Send a sticker or saved GIF to a Telegram chat. Choose from a pack, favorites, recent, or GIFs, with an optional reply-to.

Instructions

Send a sticker or a saved GIF.

Args: chat: recipient. scope: "set" (from a pack, needs set), "faved", "recent" or "gifs". set: pack short_name when scope="set". index: which item, as numbered by tg_stickers. emoji: pick the sticker carrying this emoji instead of an index. reply_to: message id to reply to.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
setNo
chatYes
emojiNo
indexNo
scopeNofaved
reply_toNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/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 explains how to select stickers via scope, index, or emoji, but does not disclose side effects, permissions, error behavior, or whether the operation is irreversible. Basic send functionality is transparent, but deeper behavioral details are missing.

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 a single purpose line followed by a clean, bulleted list of parameters. It is concise, with no wasted words, and front-loads the core action before detailing parameters.

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 send tool with an output schema present, the description covers the essential purpose and all parameters. It lacks contextual details like prerequisites or common error cases, but given the relative simplicity of sending stickers/GIFs and the existence of an output schema, it is sufficiently complete.

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?

The input schema has 0% description coverage, yet the description fully explains every parameter: chat, scope, set, index, emoji, and reply_to. It adds meaningful semantics like scope options, the dependency of set on scope, and referencing tg_stickers for index numbering, far exceeding schema information.

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 tool's function: 'Send a sticker or a saved GIF.' This specific verb+resource is distinct from sibling tools like tg_send_file or tg_send_location, making the purpose immediately clear.

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

Usage Guidelines3/5

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

The description implies usage by specifying the tool's purpose, but it does not explicitly state when to use this tool over alternatives like tg_send or tg_send_file. It lacks explicit when-not guidance or mention of sibling tools, so the usage context is only inferred.

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

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