Skip to main content
Glama
TONresistor

Telegram MCP Server

by TONresistor

sendChecklist

Send a titled task checklist to a Telegram chat from a business account. Provide the business connection ID, chat ID, and checklist tasks to deliver the message and receive the sent Message response.

Instructions

Send a checklist on behalf of a business account. On success, the sent Message is returned. Available for business accounts only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chat_idYesUnique identifier for the target chat or username of the target channel (in the format @channelusername).
checklistYesAn InputChecklist object describing the checklist to send. Contains title and tasks array.
reply_markupNoAdditional interface options. A JSON-serialized object for an inline keyboard, custom reply keyboard, instructions to remove a reply keyboard or to force a reply from the user.
protect_contentNoProtects the contents of the sent message from forwarding and saving.
reply_parametersNoDescription of the message to reply to.
message_effect_idNoUnique identifier of the message effect to be added to the message; for private chats only.
message_thread_idNoUnique identifier for the target message thread (topic) of the forum; for forum supergroups only.
disable_notificationNoSends the message silently. Users will receive a notification with no sound.
business_connection_idYesUnique identifier of the business connection on behalf of which the message will be sent.
direct_messages_topic_idNoUnique identifier for the target direct messages topic; for bots only.

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, the description carries the burden of behavioral disclosure. It reveals the action (send), the account restriction, and the success return value ('the sent Message is returned'), but it does not mention permissions required beyond the business account, failure behavior, or side effects such as message notifications. This is acceptable but not deeply transparent.

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 carry the essential information with no filler. The main action and scope are front-loaded, and the return behavior is a useful second sentence rather than an afterthought.

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 sending operation with no output schema, the description supplies the crucial business-only constraint and the return type, while the schema covers all parameter semantics. It doesn't elaborate on checklist formatting or error cases, but nothing an agent needs to invoke the tool correctly appears critically missing.

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?

The input schema has 100% description coverage for all ten parameters, so the schema already explains chat_id, checklist, business_connection_id, and the optional fields. The description adds no parameter-level meaning beyond the 'business account' context, so it meets the baseline without elevating above it.

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 opens with a direct action verb and object: 'Send a checklist on behalf of a business account.' It names a distinct message resource (checklist) and adds a scope qualifier, which differentiates it from sibling send* tools without needing to open the schema. The sentence about returning the sent Message clarifies the tool's output at a glance.

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

Usage Guidelines4/5

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

The description states a clear operating context: sending must be done 'on behalf of a business account' and is 'Available for business accounts only.' This exclusion tells an agent not to use the tool for non-business sending, and the unique checklist resource implies when it applies, though no sibling alternative is named explicitly.

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