Skip to main content
Glama

Telegram MCP Server

get_messages

Retrieve a specified count of messages from a Telegram entity using the provided ID, enabling targeted message extraction for efficient communication management.

Instructions

Get messages limited by a count from an entity

Input Schema

NameRequiredDescriptionDefault
countNo
idYes

Input Schema (JSON Schema)

{ "properties": { "count": { "default": 0, "title": "Count", "type": "integer" }, "id": { "title": "Id", "type": "integer" } }, "required": [ "id" ], "title": "get_messagesArguments", "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