Skip to main content
Glama

Telegram MCP Server

by bobidk91-ops

send_message

Send text messages to Telegram channels using specified parse modes like HTML or Markdown for automated bot communication and content distribution.

Instructions

Send a text message to the Telegram channel

Input Schema

NameRequiredDescriptionDefault
parse_modeNoParse mode (HTML, Markdown, or MarkdownV2)
textYesMessage text to send

Input Schema (JSON Schema)

{ "properties": { "parse_mode": { "description": "Parse mode (HTML, Markdown, or MarkdownV2)", "enum": [ "HTML", "Markdown", "MarkdownV2" ], "type": "string" }, "text": { "description": "Message text to send", "type": "string" } }, "required": [ "text" ], "type": "object" }

Other Tools from Telegram MCP Server

Related Tools

    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/bobidk91-ops/telegram-mcp-server'

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