Skip to main content
Glama
Anonymouse8882

Telegram MCP

promote_admin

Promote or demote a user as admin in a Telegram group or channel, with granular control over permissions like pinning messages, banning users, and managing calls.

Instructions

把某人提升为管理员,或撤销其管理员身份(demote=True)。

Args: chat: 群 / 频道。 user: 目标用户。 title: 自定义头衔。 demote: True 则撤销全部管理员权限。 change_info: 改群信息。 delete_messages: 删他人消息。 ban_users: 封禁成员。 invite_users: 邀请成员。 pin_messages: 置顶消息。 add_admins: 能再任命管理员。 post_messages: 频道发帖权限。 edit_messages: 频道编辑他人帖子权限。 manage_call: 管理语音聊天。 anonymous: 匿名管理员。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chatYes
userYes
titleNo
demoteNo
anonymousNo
ban_usersNo
add_adminsNo
change_infoNo
manage_callNo
invite_usersNo
pin_messagesNo
edit_messagesNo
post_messagesNo
delete_messagesNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations, the description carries full burden. It explains that demote=True revokes all admin rights and lists individual permission parameters. However, it lacks details on permissions required to use the tool, error states (e.g., user already admin), or side effects like automatic notification.

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: a summary sentence followed by a list of parameter explanations. It is front-loaded with the core action. The parameter list could be more compact, but overall it is well-structured.

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 covers parameter semantics adequately but omits key behavioral details like required permissions, error handling, or output expectations (despite an output schema existing). For a tool with 14 parameters, more contextual guidance (e.g., typical use cases) would improve completeness.

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?

Schema coverage is 0%, so description must explain all 14 parameters. It does so by providing short Chinese explanations for each (e.g., 'title: 自定义头衔' for custom title). The description adds meaning beyond the schema, though default values are not explicitly restated.

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?

The description clearly states the tool's core action: promoting a user to admin or revoking admin status via the demote parameter. It uses specific verbs and resource (管理员权限), distinguishing it from sibling tools like restrict_participant or set_default_permissions.

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 explicit guidance on when to use this tool versus alternatives (e.g., restrict_participant for limited privileges). No prerequisites or context for when demoting or promoting is appropriate.

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