Skip to main content
Glama
overpod

MCP Telegram

telegram-get-boosts-list

Read-only

List boosts applied to a Telegram channel or supergroup. Supports pagination and filtering for gift-only boosts. Requires admin permissions.

Instructions

List the boosts applied to a channel/supergroup (premium.GetBoostsList). Returns paginated boost entries with id, userId (or undefined for anonymous gift boosts), date, expires, flags (gift, giveaway, unclaimed), optional giveawayMsgId, usedGiftSlug, multiplier, and stars. Requires channel admin permissions. Supports pagination via nextOffset and an optional gifts filter to show only gift boosts. Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chatYesChannel or supergroup to query — id, @username, or display name fragment
giftsNoIf true, return only gift boosts
limitNoMax boosts to return per page (default 50, max 100)
offsetNoPagination cursor returned as nextOffset from the previous call
Behavior4/5

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

Beyond annotations (readOnlyHint, openWorldHint), the description adds details: 'Read-only', field structure with optional fields (e.g., userId undefined for anonymous), and pagination. No contradiction with annotations.

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 (~80 words) and front-loads the main action. It could be more structured (e.g., bullet points) but remains efficient and readable.

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

Completeness5/5

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

With no output schema, the description enumerates returned fields, permissions, pagination, and filter. It covers prerequisites, options, and read-only nature, making it fully informative for an agent.

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?

The input schema has 100% coverage with clear descriptions. The description reinforces pagination and gift filter but adds minimal new semantic meaning beyond the schema.

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 states the tool lists boosts applied to a channel/supergroup, with specific verbs and resource. It provides field details but does not explicitly differentiate from the sibling tool 'telegram-get-boosts-status', which likely returns boost status.

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 description mentions requiring channel admin permissions and supports pagination and gift filtering, indicating when to use it. However, it does not explicitly state when not to use it or provide alternatives like 'telegram-get-boosts-status'.

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

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