Skip to main content
Glama

Telegram MCP Server

send_message

Enable direct messaging on Telegram by sending text content to specific entities, optionally including markup or replying to existing messages for efficient communication.

Instructions

Send a message to an entity with optional markup and reply

Input Schema

NameRequiredDescriptionDefault
contentNo
entity_idYes
reply_to_message_idNo

Input Schema (JSON Schema)

{ "properties": { "content": { "default": "", "title": "Content", "type": "string" }, "entity_id": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "title": "Entity Id" }, "reply_to_message_id": { "default": null, "title": "Reply To Message Id", "type": "integer" } }, "required": [ "entity_id" ], "title": "send_messageArguments", "type": "object" }

You must be authenticated.

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

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