Skip to main content
Glama

mcp-notify

tg_send_message

Send text messages through a Telegram bot to specified chat IDs, supporting multiple parsing modes for formatted content delivery.

Instructions

Send text message via telegram bot

Input Schema

NameRequiredDescriptionDefault
chat_idNoTelegram chat id, Default to get from environment variables
parse_modeNoMode for parsing entities in the message text. [text/MarkdownV2]
textYesText of the message to be sent, 1-4096 characters after entities parsing

Input Schema (JSON Schema)

{ "properties": { "chat_id": { "default": "", "description": "Telegram chat id, Default to get from environment variables", "type": "string" }, "parse_mode": { "default": "", "description": "Mode for parsing entities in the message text. [text/MarkdownV2]", "type": "string" }, "text": { "description": "Text of the message to be sent, 1-4096 characters after entities parsing", "type": "string" } }, "required": [ "text" ], "type": "object" }

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/al-one/mcp-notify'

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