Skip to main content
Glama

Telegram MCP Server

ListDialogs

Retrieve and manage available Telegram dialogs, chats, and channels. Filter by unread, archived, or pinned status to streamline access to specific conversations.

Instructions

List available dialogs, chats and channels.

Input Schema

NameRequiredDescriptionDefault
archivedNo
ignore_pinnedNo
unreadNo

Input Schema (JSON Schema)

{ "description": "List available dialogs, chats and channels.", "properties": { "archived": { "default": false, "title": "Archived", "type": "boolean" }, "ignore_pinned": { "default": false, "title": "Ignore Pinned", "type": "boolean" }, "unread": { "default": false, "title": "Unread", "type": "boolean" } }, "title": "ListDialogs", "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/sparfenyuk/mcp-telegram'

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