Skip to main content
Glama
TONresistor

Telegram MCP Server

by TONresistor

sendChatAction

Broadcast a temporary chat action to show users what your bot is doing. Set typing, uploading, recording, or location statuses for up to 5 seconds.

Instructions

Tell the user that something is happening on the bot's side. The status is set for 5 seconds or less (when a message arrives from your bot, Telegram clients clear its typing status). Returns True on success.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesType of action to broadcast. Choose one: 'typing' for text messages, 'upload_photo' for photos, 'record_video' or 'upload_video' for videos, 'record_voice' or 'upload_voice' for voice notes, 'upload_document' for general files, 'choose_sticker' for stickers, 'find_location' for location data, 'record_video_note' or 'upload_video_note' for video notes.
chat_idYesUnique identifier for the target chat or username of the target supergroup or channel (in the format @channelusername).
message_thread_idNoUnique identifier for the target message thread; for supergroups only.
business_connection_idNoUnique identifier of the business connection on behalf of which the action will be sent.

Schema Changelog

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

  1. First observedv1.0.0

TDQS

A4/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It usefully discloses the 5-second timeout, the clearing behavior upon message arrival, and the success return value. It does not describe failure behavior, but this is a minor gap for a simple fire-and-forget action.

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?

Three short sentences, each contributing useful information: the core purpose, the timeout/clearing behavior, and the return value. There is no redundant or filler content.

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 description is largely complete for a simple tool with fully documented parameters and no output schema. It covers the key behavioral constraints and return value. An explicit note about pairing this call with a subsequent message send would make it fully complete, but nothing critical is 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?

Schema description coverage is 100%, so the parameters are already well documented in the schema. The description adds no additional parameter-level meaning beyond the schema, which matches the baseline for full schema coverage.

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 identifies the tool as a way to signal bot-side activity to the user, which is distinct from content-sending siblings. However, it relies on the vague phrase 'something is happening' and does not explicitly name or contrast itself with any sibling tool.

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 timing details—status set for 5 seconds or less and cleared when a message arrives—provide clear practical context for when the tool should be invoked. It stops short of explicitly stating 'call this right before sending a message' or naming exclusions, but the intended usage is strongly implied.

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