Skip to main content
Glama
timoncool

telegram-api-mcp

by timoncool

send_voice

Send a voice message to Telegram chats using a file ID, HTTP URL, or absolute file path. Include captions, formatting, and reply settings.

Instructions

Send a voice message (.OGG encoded with OPUS).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
voiceYesFile ID, HTTP URL, or absolute file path
captionNoCaption (0-1024 chars)
chat_idYesChat ID or @username
durationNo
effect_idNo
parse_modeNoFormatting mode
reply_markupNoInlineKeyboardMarkup, ReplyKeyboardMarkup, ReplyKeyboardRemove, or ForceReply
protect_contentNo
caption_entitiesNoArray of MessageEntity objects
reply_parametersNoReplyParameters object
message_thread_idNo
allow_paid_broadcastNo
disable_notificationNo
business_connection_idNo
Behavior3/5

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

Annotations already declare readOnlyHint=false, destructiveHint=false, and idempotentHint=false, covering the safety profile. The description adds the key format requirement (.OGG/OPUS) beyond the schema, but does not disclose other behavioral traits such as error handling, size limits, or response behavior. No contradiction with annotations.

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?

A single sentence that is perfectly front-loaded and contains no wasted words. The format detail is packed efficiently into the sentence, earning its place by adding critical semantic value.

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

Completeness2/5

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

This is a complex tool with 14 parameters, no output schema, and many siblings. The description covers only the core purpose and format, omitting return value, behavioral notes, and context for the many undocumented parameters. The minimal description is inadequate for this complexity level.

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 exactly 50%, with 7 of 14 parameters undocumented (duration, effect_id, protect_content, message_thread_id, allow_paid_broadcast, disable_notification, business_connection_id). The description adds meaningful format context for the voice parameter, but does not compensate for the half of the parameters lacking schema descriptions.

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 uses a specific verb+resource ('Send a voice message') and adds the distinctive format constraint (.OGG encoded with OPUS), which clearly differentiates it from sibling tools like send_audio and send_video_note. This is a precise, unambiguous statement of purpose.

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 guidance is provided on when to use this tool versus alternatives such as send_audio, send_video_note, or send_document. The description implies usage for voice messages but offers no exclusions, prerequisites, or decision context, which is a significant gap given the large set of send_* siblings.

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

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