Skip to main content
Glama

Telegram MCP Server

send_message

Send messages to Telegram entities with optional markup and reply functionality, enabling clear and structured communication via the Telegram MCP Server.

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" }
Install Server

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