Skip to main content
Glama
bssth

telegram-mcp

by bssth

list_dialogs

Retrieve recent Telegram chats with their latest message and unread count, sorted newest first. Filter by archived folder or name substring to find specific conversations.

Instructions

Последние диалоги (чаты) с непрочитанными и последним сообщением, новые первыми. archived=true — папка «Архив». query — подстрока названия (без учёта регистра).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
queryNo
archivedNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

B3.2/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the disclosure burden. It does reveal important behavior: results are sorted newest first, include unread and last-message data, and can be scoped to the archive via archived=true. However, it does not explicitly state that the operation is read-only or mention pagination/response behavior beyond what the output schema may convey.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise and front-loaded: the core result semantics come first, followed by the two non-obvious filters. No filler or repetition, though limit is omitted. Each sentence earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description adequately covers the primary call semantics for a simple list tool with an output schema. However, it does not mention pagination/limit behavior or clarify how this tool relates to get_chat_folders and search_public, leaving a moderate gap in contextual guidance.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate. It does clarify archived (archive folder) and query (case-insensitive substring), which is helpful beyond the schema's bare titles. But limit is not explained at all, leaving one of the three parameters semantically under-specified.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the resource (dialogs/chats) and what is included: unread count, last message, and newest-first ordering. It distinguishes itself from search-oriented siblings by framing itself as a chronological listing, though it does not explicitly name alternatives.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is given about when to use this tool versus siblings like get_chat_folders, search_public, or search_messages. The description explains what the tool returns and how filters behave, but does not state exclusions or preference conditions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Other Tools

Latest Blog Posts

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

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