telegram_send_file
Send a file to a Telegram chat using a path under the MCP download root; specify the chat identifier and optionally caption or reply-to.
Instructions
Send a file/document to a Telegram chat. The file must live under the MCP download root (MCP_DOWNLOAD_ROOT, default /data/downloads) — pass a relative path or an absolute path inside it. Chat can be @username, phone, or numeric ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat | Yes | Chat identifier (@username, +phone, or numeric ID) | |
| path | Yes | File path relative to the MCP download root (or absolute within it) | |
| caption | No | Optional caption | |
| reply_to | No | Message ID to reply to |