Skip to main content
Glama
TONresistor

Telegram MCP Server

by TONresistor

transferBusinessAccountStars

Transfer Telegram Stars from your managed business account to the bot's balance for withdrawal. Requires can_transfer_stars permission; returns true on success.

Instructions

Transfers Telegram Stars from a managed business account to the bot's balance. The Stars can then be withdrawn by the bot. Requires the can_transfer_stars business bot right. Returns True on success.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
star_countYesNumber of Telegram Stars to transfer; 1-10000
business_connection_idYesUnique identifier of the business connection

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.0

TDQS

A3.8/5.0
Behavior3/5

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

With no annotations, the description carries the full behavioral burden. It discloses the required permission ('Requires the can_transfer_stars business bot right'), the consequence ('can then be withdrawn by the bot'), and the success return ('Returns True on success'). It does not address failure modes, reversibility, or edge-case behavior, but covers the key operational traits.

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?

Three short sentences, each adding distinct value: the action, the post-transfer consequence, and the required permission. There is no redundant wording and the primary action is front-loaded in the first sentence.

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?

For a two-parameter, no-output-schema tool, the description covers purpose, permission, and success return. It does not explain error conditions or provide comparison to related balance tools, but the essential information needed to invoke it correctly is present.

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 100%: star_count is described as '1-10000' and business_connection_id as 'unique identifier of the business connection'. The description adds no additional parameter meaning or usage detail, so the baseline 3 applies.

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 states a specific verb and resource: 'Transfers Telegram Stars from a managed business account to the bot's balance.' This clearly distinguishes it from sibling tools like transferGift or getBusinessAccountStarBalance, since the action, source, and destination are explicit.

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?

The use case is implied by the description: transfer Stars out of a business account to make them withdrawable. However, there is no explicit 'when to use' or 'when not to use' statement, and no alternatives are named or compared, so usage guidance is left to inference.

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

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