Skip to main content
Glama
TONresistor

Telegram MCP Server

by TONresistor

stopPoll

End an active poll sent by your bot and retrieve the final results. Provide chat ID and message ID to stop it.

Instructions

Stop a poll which was sent by the bot. Returns the stopped Poll on success.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chat_idYesUnique identifier for the target chat or username of the target channel (in the format @channelusername).
message_idYesIdentifier of the original message with the poll.
reply_markupNoA JSON-serialized object for a new message inline keyboard.
business_connection_idNoUnique identifier of the business connection on behalf of which the message to be edited was sent.

Schema Changelog

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

  1. First observedv1.0.0

TDQS

A3.7/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 behavioral disclosure burden. It does state the mutating action and the success return value ('Returns the stopped Poll'), but it does not disclose side effects like irreversibility or that voting ends permanently.

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 no filler. The action is front-loaded, and the return-value sentence is useful because no output schema is provided.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description, combined with the 100%-covered input schema, is adequate for a basic invocation. However, without annotations it is missing behavioral context such as whether stopping is irreversible and what happens to the poll's results, so it is not fully complete.

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 parameters. The tool description adds no parameter-specific meaning, which is acceptable because the structured parameter descriptions are sufficient.

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 names a specific action ('Stop'), a specific resource ('a poll'), and a constraint ('which was sent by the bot'). This cleanly distinguishes it from siblings like sendPoll and other message-editing tools.

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 use case is implied: call this when you want to end a poll the bot previously sent. However, it does not explicitly mention alternatives, such as sendPoll for creating polls, or state when not to use the tool.

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