Skip to main content
Glama
TONresistor

Telegram MCP Server

by TONresistor

sendVideoNote

Send a rounded square MPEG4 video message up to 1 minute long to a Telegram chat. Provide chat ID and video file to deliver the video note directly.

Instructions

As of v.4.0, Telegram clients support rounded square MPEG4 videos of up to 1 minute long. Send video messages. On success, the sent Message is returned.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
lengthNoVideo width and height, i.e. diameter of the video message.
chat_idYesUnique identifier for the target chat or username of the target channel (in the format @channelusername).
durationNoDuration of sent video in seconds.
thumbnailNoThumbnail of the file sent; can be ignored if thumbnail generation for the file is supported server-side. The thumbnail should be in JPEG format and less than 200 kB in size. A thumbnail's width and height should not exceed 320.
video_noteYesVideo note to send. Pass a file_id as String to send a video note that exists on the Telegram servers (recommended) or upload a new video using multipart/form-data. Sending video notes by a URL is currently unsupported.
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.
allow_paid_broadcastNoPass True to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message.
disable_notificationNoSends the message silently. Users will receive a notification with no sound.
business_connection_idNoUnique 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.
suggested_post_parametersNoInformation about suggested post parameters; for channel chats only.

Schema Changelog

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

  1. First observedv1.0.0

TDQS

B3.2/5.0
Behavior3/5

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

With no annotations, the description carries the full burden. It discloses the format support (rounded square MPEG4, up to 1 minute) and the success return value (the sent Message). It does not explain failure behavior, permission requirements, upload mechanics, or other operational details, but it does provide some useful behavioral context beyond the name and schema.

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?

The description is only two sentences and front-loads the key format constraint before the action. It is concise and readable, though the phrase 'Send video messages' is somewhat redundant with the tool name and could be replaced with more differentiating information.

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?

For a complex tool with 15 parameters, nested objects, and no output schema, the description is thin. It does mention the return value, and the schema covers parameters, but there is no guidance on upload strategies, error cases, or relationship to sibling send tools. It is adequate but not complete for an agent selecting among many similar methods.

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 structured data already documents all parameters. The description adds no parameter-level semantics beyond the format constraints, which are context for the video_note parameter. This meets the baseline for high schema coverage, with no bonus for additional insight.

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 states a clear action and resource: 'Send video messages' for video notes. It also provides the distinguishing format constraints (rounded square MPEG4, up to 1 minute), which helps separate it from sendVideo. However, it never explicitly names a sibling or highlights the difference with sendVideo, so a small gap remains.

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?

There is no guidance on when to use this tool versus alternatives like sendVideo, sendAnimation, or sendVoice. The format description implies it is for video notes, but it does not state this explicitly or mention when not to use it. With 15+ sibling send tools, this leaves the agent to infer the intended usage.

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