Send Telegram Message
messaging.telegram.send_messageSend text messages to Telegram users or groups with Markdown or HTML formatting. Supports up to 4096 characters for alerts and notifications.
Instructions
⚡ ACTION: Send a text message to a Telegram user or group chat. Supports Markdown (bold, italic, code, link) and HTML formatting. Max 4096 chars. Perfect for alerts, notifications, reports (Telegram Bot API)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat_id | Yes | Telegram chat ID (number) or @channel_username (string). Get from get_updates or manually | |
| text | Yes | Message text (max 4096 chars). Supports Markdown: *bold*, _italic_, `code`, [link](url) | |
| parse_mode | No | Text formatting: "Markdown" or "HTML" (default plain text) | |
| disable_notification | No | Send silently without notification sound (default false) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |