Skip to main content
Glama
Moreti2002

mcp-telegram

by Moreti2002

send_photo

Send a photo to a Telegram chat using a URL, file path, or file ID. Optionally add a caption and disable notifications.

Instructions

Send a photo to a Telegram chat.

Args: photo: An http(s) URL, a local file path, or a Telegram file_id. chat_id: Target chat; omit to use the server's default chat. caption: Optional caption shown under the photo (max 1024 characters). parse_mode: Optional caption formatting (see send_message). disable_notification: Send silently, without a notification sound.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
photoYes
captionNo
chat_idNo
parse_modeNo
disable_notificationNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations provided, the description adds some behavioral context (e.g., silent sending through disable_notification, caption max length). However, it omits other traits like file size limits or required authentication.

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 concise and front-loaded with a clear purpose statement. The parameter list is well-organized but could benefit from a slightly more structured format.

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 moderate complexity (5 params, 1 required) and the presence of an output schema, the description adequately covers parameter usage and key behaviors, though some behavioral details like error handling are missing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, but the description provides detailed meanings for all parameters: photo sources (URL, file path, file_id), chat_id default behavior, caption max length, parse_mode reference, and disable_notification effect.

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 'Send a photo to a Telegram chat,' which is a specific verb+resource. It distinguishes from sibling tools like send_document and send_message by focusing on photos.

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 photos but does not provide explicit guidance on when to use this tool over alternatives, nor does it mention when not to use it.

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

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