Skip to main content
Glama
ruchiayeon

Telegram MCP Server & Channel Monitor

by ruchiayeon

telegram_send_dice

Send random dice, slot machine, or sports animations to Telegram chats to add interactive elements or make decisions through the Telegram MCP Server.

Instructions

텔레그램 채팅에 주사위/슬롯 등 랜덤 애니메이션을 전송합니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Annotations provide readOnlyHint=false and destructiveHint=false, indicating this is a non-destructive write operation. The description adds that it sends '랜덤 애니메이션' (random animations), which suggests unpredictable outcomes, but doesn't detail side effects like message visibility, rate limits, or authentication needs beyond what annotations cover.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Single sentence that is front-loaded with the core action and resource. Efficient with no wasted words, though slightly vague on specifics like parameter usage.

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 tool has an output schema (not provided but indicated), the description needn't cover return values. It adequately explains the tool's purpose for a simple action with 1 parameter and non-destructive annotations, though could benefit from more behavioral context.

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 0%, so the schema lacks parameter descriptions. The tool description mentions '주사위/슬롯 등' (dice/slot etc.) and '이모지' (emoji) in the schema, but doesn't explain parameter meanings like chat_id or emoji options beyond what's minimally implied. With 1 parameter and low coverage, it partially compensates but leaves gaps.

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?

The description clearly states the action ('전송합니다' - sends) and resource ('텔레그램 채팅' - Telegram chat) with specific examples ('주사위/슬롯 등 랜덤 애니메이션' - dice/slot random animations). It distinguishes from siblings like send_message or send_photo by specifying it sends animated random content rather than text or media files.

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?

No explicit guidance on when to use this tool versus alternatives like send_message for text or send_sticker for static stickers. The description implies usage for sending random animations but doesn't specify scenarios (e.g., games, random selection) or exclusions.

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

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