Skip to main content
Glama

Telegram MCP Server

by DLHellMe

api_search_channel

Search for specific messages in a Telegram channel using a query and retrieve results with customizable limits, enabling precise information retrieval from channel content.

Instructions

Search for messages within a Telegram channel

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of results
queryYesSearch query
urlYesThe Telegram channel URL

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 50, "description": "Maximum number of results", "type": "number" }, "query": { "description": "Search query", "type": "string" }, "url": { "description": "The Telegram channel URL", "type": "string" } }, "required": [ "url", "query" ], "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/DLHellMe/telegram-mcp-server'

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