Skip to main content
Glama
TONresistor

Telegram MCP Server

by TONresistor

getForumTopicIconStickers

Retrieve custom emoji stickers for Telegram forum topic icons. Returns an array of Sticker objects that any user can apply.

Instructions

Get custom emoji stickers that can be used as forum topic icons by any user. Returns an Array of Sticker objects.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. First observedv1.0.0

TDQS

A4/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 behavioral burden. It clearly states the return format ('Array of Sticker objects') and implies a read-only get operation, but it does not mention authentication requirements, rate limits, or any failure/empty-response behavior. For a simple zero-parameter getter this is adequate, but not rich.

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 two short sentences with no filler. The primary action and purpose are front-loaded, and the return type is stated efficiently. Every sentence adds value.

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 tool with no parameters and no output schema, the description covers the essential information: what it returns and the intended use. It does not explain edge cases like empty results or whether newer custom emoji are always available, but these are minor gaps for such a simple tool.

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?

There are zero parameters and the schema already provides full coverage, so the description is not required to explain parameter behavior. The baseline for zero-parameter tools is 4, and the description appropriately avoids inventing parameter detail where none exists.

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 ('Get') with a clear resource ('custom emoji stickers that can be used as forum topic icons') and states the return type. This distinguishes it from the closely related sibling getCustomEmojiStickers by scoping the stickers to forum topic icon usage.

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 phrase 'can be used as forum topic icons by any user' implies when this tool is relevant, but the description never explicitly contrasts it with alternatives like getCustomEmojiStickers or getStickerSet. There is clear context, but no direct guidance on choosing this tool over a sibling.

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