Skip to main content
Glama
KYONY

telegram-mcp-server

by KYONY

scrape_channel_authenticated

Scrape posts from any Telegram channel using an authenticated session, including restricted or private channels. Specify the channel URL and optional post limit to retrieve content directly.

Instructions

Scrape a Telegram channel using authenticated session (can access restricted content)

Input Schema

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

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

With no annotations, the description carries the burden of behavioral disclosure. It mentions the authenticated session and restricted access but omits prerequisites (e.g., needing to be logged in), potential failures, rate limits, or output behavior common in scraping tools.

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 a single, direct sentence that front-loads the action and the distinguishing feature. It contains no redundant words and earns its place.

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

Completeness2/5

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

The description is concise but leaves gaps regarding when to use this tool among many siblings and what behavioral expectations come with authenticated scraping. With no output schema, a bit more context about the scraping behavior or return format would have improved completeness.

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 provides full descriptions for both parameters (url and max_posts), covering 100% of the schema. The tool description adds no parameter-specific details, but since the schema is sufficient, the baseline score of 3 is appropriate.

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 'Scrape' with a resource 'Telegram channel' and distinguishes the tool by its authenticated session capability, which differentiates it from sibling tools like scrape_channel. The added note about accessing restricted content clarifies its unique value.

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 implies usage for restricted content requiring authentication, but it does not explicitly state when to use this tool over alternatives or provide exclusions. No mention of prerequisites like prior login is given.

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