Skip to main content
Glama
TONresistor

Telegram MCP Server

by TONresistor

createNewStickerSet

Create a new sticker set for a user with a unique name, title, and initial stickers, enabling the bot to manage it. Specify sticker type and repainting options as needed.

Instructions

Create a new sticker set owned by a user. The bot will be able to edit the sticker set. Returns True on success.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesShort name of sticker set, to be used in t.me/addstickers/ URLs (e.g., animals). Can contain only English letters, digits and underscores. Must begin with a letter, can't contain consecutive underscores and must end in '_by_<bot_username>'. <bot_username> is case insensitive. 1-64 characters.
titleYesSticker set title, 1-64 characters.
user_idYesUser identifier of created sticker set owner.
stickersYesA list of 1-50 initial stickers to be added to the sticker set. Each object is an InputSticker with sticker, format, emoji_list, mask_position (optional), and keywords (optional).
sticker_typeNoType of stickers in the set: "regular", "mask", or "custom_emoji". By default, a regular sticker set is created.
needs_repaintingNoPass True if stickers in the sticker set must be repainted to the color of text when used in messages, the accent color if used as emoji status, white on chat photos, or another appropriate color based on context. For custom emoji sticker sets only.

Schema Changelog

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

  1. First observedv1.0.0

TDQS

A3.8/5.0
Behavior3/5

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

There are no annotations, so the description carries the full behavioral disclosure burden. It does state two useful facts: the bot gains the ability to edit the sticker set, and the method returns True on success. However, it does not mention failure behavior, error cases, or any implicit ownership/authorization constraints beyond the phrase 'owned by a user'.

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 three short sentences with no filler. The core action is front-loaded, and each sentence contributes distinct information: creation, the bot's future edit permission, and the success return value. Nothing is redundant or missing from a structural standpoint.

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?

The schema comprehensively documents all six parameters, including enum values and special boolean constraints, and the description supplies the success return value since there is no output schema. The key side effect—bot edit rights—is also disclosed, making the definition usable for correct invocation. It still lacks explicit failure semantics and alternative routing, but these are partially addressed by the schema and sibling tool names.

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?

Input schema coverage is 100%, so every parameter already has a meaningful description in the schema. The tool-level description adds only a loose echo of parameters ('new sticker set', 'owned by a user') but no extra format, constraints, or relationships. This is the appropriate baseline case where the schema does the heavy lifting.

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 uses a specific verb ('Create') and a clear resource ('a new sticker set owned by a user'), so the tool's function is immediately evident. It also adds a distinguishing trait: the bot will be able to edit the sticker set. This is not a tautology and separates it from read/manipulation tools like getStickerSet or addStickerToSet.

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 word 'new' implies this is for creating a set rather than modifying an existing one, but the description does not explicitly compare against sibling tools such as addStickerToSet, setStickerSetTitle, or uploadStickerFile. It gives no explicit when-to-use or when-not-to-use guidance, nor any prerequisites such as the need for a user to have interacted with the bot.

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