Skip to main content
Glama
beautyfree

mcp-telegram

by beautyfree

Transfer channel ownership

transfer_ownership
Destructive

Transfer creator rights of a Telegram chat to another user, using the account's 2FA password for verification.

Instructions

Transfer creator rights to another user. Requires the account 2FA password (Telegram enforces this).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
peerYes
newOwnerYes
passwordYesCurrent account 2FA cloud password
accountIdNo
Behavior3/5

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

Annotations already signal destructive and open-world behavior. The description adds the 2FA password requirement and notes Telegram enforces it, which is useful. However, it doesn't disclose that the transfer is likely irreversible or what happens to the original creator's rights.

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?

Two concise sentences, front-loaded with the main verb and resource, and no unnecessary words. Efficient and 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?

For a destructive mutation with no output schema, the description provides essential purpose and the 2FA requirement, but omits significant behavioral details like permanence and the effect on the current owner's rights. Partially complete.

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 coverage is low (only password described). The description clarifies that the action transfers to 'another user', implying newOwner is the recipient, and the title indicates peer is the channel. But it doesn't define parameter formats or provide enough detail to fully compensate for the low coverage.

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 uses a specific verb ('Transfer') and resource ('creator rights'/'channel ownership'), clearly distinguishing from sibling tools like promote_admin and demote_admin. It unambiguously states the tool's function.

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

Usage Guidelines4/5

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

Provides clear context for when to use: transferring ownership to another user. It also notes a prerequisite (2FA password). However, it doesn't explicitly exclude alternatives or compare to promote_admin, so it stops short of a 5.

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

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