Skip to main content
Glama
tharindumendis

agent-telegram-mcp

telegram_send_audio

Send an audio file to a Telegram chat as a music player. Supports local files, URLs, or Telegram file IDs.

Instructions

Send an audio file to a Telegram chat (shown as music player).

Accepts a local file path, a public HTTP(S) URL, or a Telegram file_id.

Args: params (SendAudioInput): chat_id, audio source, optional caption/performer/title.

Returns: str: JSON with the sent Message object or an error description.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Annotations already indicate non-read-only, non-destructive, non-idempotent behavior. The description adds context on accepted audio sources (local file, URL, file_id) and return format. No contradictions, but no extra behavioral details like rate limits or auth.

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?

Four concise sentences with immediate purpose, then accepted inputs, then params, then return. No redundant or irrelevant information.

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?

Given the nested input schema and available output schema, the description sufficiently covers input types, required fields, and return format. It lacks details on error handling or size limits, but is adequate for the tool's complexity.

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 description lists sub-properties (chat_id, audio source, optional caption/performer/title) but the schema already provides detailed descriptions for each. With schema coverage 0% at the top level, the description adds minimal value beyond what is in the schema.

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 clearly states the verb 'Send', the resource 'audio file', and adds context 'shown as music player'. This distinguishes it from sibling tools like telegram_send_voice or telegram_send_video.

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 description implies usage for sending audio files but does not explicitly contrast with other media tools or provide when-to-use guidance. It lists accepted input types but lacks exclusions.

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/tharindumendis/Agent_telegeam_mcp'

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