Skip to main content
Glama
Anonymouse8882

Telegram MCP

get_participants

List members of a Telegram group or channel. Filter by name, username, or status (admins, bots, banned, kicked) with a configurable limit up to 500.

Instructions

列出群 / 频道成员(需要有查看成员的权限)。

Args: chat: 群组或频道。 limit: 上限,最多 500。 search: 按姓名/用户名过滤。 filter_by: 只看管理员 / bot / 被限制 / 被踢的人。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chatYes
limitNo
searchNo
filter_byNoall

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations provided, so description carries full burden. It mentions permission requirement but does not disclose error handling, rate limits, or side effects. Minimal behavioral insight beyond the read-only nature implied by 'list'.

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

Conciseness5/5

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

Extremely concise: one-line purpose followed by bullet-like parameters. No wasted words. Front-loaded with primary function.

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

Completeness4/5

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

Covers core functionality and parameters. Output schema exists, so return values need not be explained. Lacks details on edge cases (e.g., invalid chat type) but is sufficient for typical use.

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

Parameters4/5

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

With 0% schema description coverage, description effectively explains each parameter: 'chat' as group/channel, 'limit' with max 500, 'search' for name/username filter, 'filter_by' with enum meanings. Adds value over schema titles.

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

Purpose5/5

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

Description clearly states 'list group/channel members' (specific verb+resource). It distinguishes from sibling tools like add_participants, kick_participant, etc., which are mutation tools.

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

Usage Guidelines3/5

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

Mentions prerequisite permission ('requires permission to view members'), but does not explicitly state when to use this tool vs alternatives like search_contacts or get_chat_info. Usage context is implied but not fully guided.

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

Install Server

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/Anonymouse8882/TelegamMCP'

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