Skip to main content
Glama
KYONY

telegram-mcp-server

by KYONY

scrape_channel

Scrape Telegram channel posts and retrieve them in markdown format. Specify channel URL, limit posts, and optionally include reaction data.

Instructions

Scrape a Telegram channel and return posts in markdown format. Uses authenticated session if logged in.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesThe Telegram channel URL (e.g., https://t.me/channelname)
max_postsNoMaximum number of posts to scrape (default: 100)
include_reactionsNoInclude reaction data in the output
Behavior2/5

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

No annotations are provided, so the description bears full responsibility for behavioral disclosure. It does note that it uses an authenticated session if logged in, which is a useful behavioral trait. However, it lacks details about error behavior, rate limits, output structure beyond 'markdown', or what happens when not authenticated. This is a minimal disclosure.

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?

The description is two sentences and highly concise. It front-loads the core action ('Scrape a Telegram channel') and immediately adds the return format and an important behavioral condition (authenticated session). Every word adds value with no redundancy.

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?

Given the lack of an output schema, the description does mention the return format (markdown). There are three well-described parameters and no nested objects, so the core usage is covered. However, the absence of usage guidelines relative to many sibling tools and limited behavioral context makes the description only minimally complete for an agent to select this tool appropriately.

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%, so the baseline is 3. The description does not add any additional meaning to the parameters themselves. Since each parameter already has a clear schema description, the tool description does not need to compensate further.

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's function: scrape a Telegram channel and return posts in markdown format. It uses a specific verb ('scrape') and resource ('Telegram channel'), which differentiates it from siblings like get_channel_info. However, it does not distinguish itself from closely related tools such as scrape_channel_full or scrape_channel_authenticated.

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?

The description provides no guidance on when to use this tool versus alternatives. It mentions the authenticated session condition but does not specify when to choose scrape_channel over scrape_channel_full, scrape_channel_authenticated, or api_scrape_channel. There are no exclusions or explicit context.

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

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