Skip to main content
Glama

tgden — Telegram catalog & search

Server Details

Search 1.2M+ Telegram channels, 245k+ chats, 160k+ bots — no account, no key, no install.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
JustJuice55/tgden-api
GitHub Stars
0
Server Listing
tgden

Available Tools

6 tools
best_channels_by_categoryBest Telegram channels for a categoryAInspect

Top Telegram channels ranked by subscribers for a given category. Use this when someone asks 'best telegram channels for [topic]' or 'top channels about [subject]'. Returns channel name, @username, subscriber count, language and description.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMax results (default 10)
categoryYesCategory slug: crypto, news, tech, ai, finance, entertainment, gaming, marketing, education, sports, music, politics, business, food, travel, health, science, movies, anime, books

TDQS

A4.3/5.0
Behavior4/5

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

With no annotations provided, the description carries the burden of behavioral disclosure. It clearly states the ranking criterion (subscriber count) and lists the return fields (channel name, @username, subscriber count, language, description). It does not mention error handling, rate limits, or authentication, but for a simple read-only listing tool this is sufficient.

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 only two sentences long, front-loaded with the core behavior and immediately followed by usage examples and return fields. Every sentence earns its place with no redundant or vague wording.

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?

For a tool with only 2 parameters and no output schema, this description fully covers what the tool does, when to use it, and what it returns. The schema handles parameter details, making the combined set complete for straightforward usage.

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 already provides full descriptions for both parameters ('category' with allowed values, 'limit' with min/max and default). The description adds no additional semantics beyond what the schema already covers, so a 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 clearly states the tool's function: returning top Telegram channels ranked by subscribers for a given category. It distinguishes itself from sibling tools like search_telegram by focusing on category-specific ranking, making its purpose unambiguous.

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?

It explicitly says 'Use this when someone asks 'best telegram channels for [topic]' or 'top channels about [subject]',' giving clear trigger scenarios. However, it does not mention when not to use it or directly reference alternative sibling tools, leaving a slight gap in exclusion guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

channel_statsChannel details and statsBInspect

Full record for one channel by @username: subscribers, category, language, trust score, description.

ParametersJSON Schema
NameRequiredDescriptionDefault
usernameYesChannel @username (with or without @)

TDQS

B3.4/5.0
Behavior2/5

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

No annotations are provided, so the description must carry the full burden of behavioral disclosure. It does specify the nature of the operation (retrieving a full record), but it does not disclose potential side effects, such as whether the channel must exist, what happens when a username is not found, or any rate limiting or authorization requirements. This is thinner than expected for a tool with no annotation support.

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, information-dense sentence that front-loads the core purpose ('Full record for one channel') and compresses the returned fields into a colon-separated list. There is no wasted text, and every word contributes to understanding the tool's function.

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 one-parameter read-only lookup, the description is largely sufficient. It clearly identifies the input (username) and the output structure (subscribers, category, language, trust score, description). There is no output schema, so listing these fields is valuable. However, it omits edge-case behavior (e.g., nonexistent channel) and any prerequisites, though given the simplicity of the tool this is a minor gap. Overall, it feels complete for the tool's scope.

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: the only parameter, 'username', is described as 'Channel @username (with or without @)'. The description's mention of '@username' aligns with the schema but adds no new semantic detail. Since the schema is complete and unambiguous, a baseline 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 clearly states a specific verb-plus-resource: 'Full record for one channel by @username,' and enumerates the returned attributes (subscribers, category, language, trust score, description). This unambiguously distinguishes it from sibling tools like best_channels_by_category or market_listings, which serve different resources or purposes.

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 gives no explicit guidance on when to use this tool versus alternatives. It implies usage for fetching a single channel's details by username, but it does not mention when not to use it, any prerequisites, or reference sibling tools. Sibling names are present in context, but the description does not leverage them.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

market_listingsBrowse marketplace listingsAInspect

Fresh classified listings extracted from Telegram groups across the OTC network — Thailand (th), UAE (ae), Turkey (tr), Vietnam (vn), Georgia (ge), USA (us), Russia (ru): rent, sale, services, jobs, exchange. Filter by country and listing type.

ParametersJSON Schema
NameRequiredDescriptionDefault
typeNoListing type filter ('wanted' = demand: сниму/куплю/ищу, any kind)
limitNoMax results (default 10)
countryNoOTC country code

TDQS

A3.8/5.0
Behavior3/5

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

No annotations exist, so the description must disclose behavior. It mentions freshness, source (Telegram), and filterability, but does not explicitly state it is read-only, nor describe pagination, rate limits, or output structure. This is a moderate coverage.

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?

Single sentence conveys source, scope, and filters, but lists countries and types that already exist in the schema, causing mild redundancy. Still compact and front-loaded.

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 simple listing tool, the description covers source, scope, and filters. But without annotations or output schema, it lacks an explicit read-only statement and return format details, leaving some uncertainty 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?

Schema fully describes all three parameters with enums and default values. Description only repeats that filtering by country and type is possible, adding little beyond schema.

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?

Description clearly states the tool browses fresh classified listings from Telegram groups across specified countries, with filtering by type and country. It distinguishes itself from sibling tools by focusing on marketplace ads rather than stats or generic post search.

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 about the data source and filtering options, implying use for browsing classifieds. However, it does not explicitly mention when to use this over siblings like search_posts or market_stats, nor any exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

market_statsMarketplace totalsAInspect

Listing totals by country and type for the OTC marketplace (th·ae·tr·vn·ge·us·ru).

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A3.6/5.0
Behavior3/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 scopes the data source and suggests a read-only aggregation operation. However, it does not disclose return format, pagination, or any limitations, leaving some uncertainty for an agent.

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 sentence with no redundant content. It front-loads the core action ('Listing totals') and scopes it efficiently. There is no wasted language or unnecessary detail.

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?

No output schema exists, so the description needs to convey the response structure. It specifies grouping by country and type but does not state the exact shape or whether the response is a list or mapping. For a zero-parameter tool, this is a moderate gap in completeness.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The tool has zero parameters, and the input schema is empty. The description adds context about the output dimensions (country and type), which is sufficient given the absence of parameters. This aligns with the baseline expectation for parameterless tools.

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 provides listing totals for the OTC marketplace, grouped by country and type. The specific country list and marketplace scope differentiate it from sibling tools like market_listings. However, 'Listing totals' is slightly ambiguous as a verb phrase, making it less crisp than it could be.

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?

No explicit guidance is given about when to choose this tool over siblings. The purpose statement implies it is for aggregated totals rather than raw listings, but no alternatives or exclusions are mentioned. There is no clear context about use cases or when not to use it.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

search_postsSearch recent channel postsAInspect

Full-text search over recent posts from catalogued channels (1k+ view posts). Returns text snippets, channel and view counts.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMax results (default 10)
queryYesSearch query

TDQS

A4.3/5.0
Behavior4/5

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

With no annotations, the description carries the transparency burden. It discloses the operation type (full-text search, implying read-only), the scope limitation (catalogued channels, 1k+ view posts), and what is returned. It does not mention ordering or pagination, but for a search tool this is acceptable.

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 sentence, front-loaded with the core functionality, followed by a succinct mention of return values. No redundant information or filler.

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?

For a simple tool with two parameters and no output schema, the description adequately covers the necessary context: what the tool searches, the constraints (catalogued, 1k+ views, recent), and what the response includes. No critical information is missing.

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% description coverage for both parameters. The description adds no additional meaning beyond the schema; it does not explain query syntax or limit behavior. The baseline of 3 applies because the schema does the heavy lifting.

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 clearly states a specific action ('Full-text search') on a specific resource ('recent posts from catalogued channels (1k+ view posts)') and lists return items ('text snippets, channel and view counts'). It distinguishes from siblings like 'search_telegram' by narrowing to channel posts with a view threshold.

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?

The description provides clear context for when to use this tool: searching recent posts from catalogued channels with at least 1k views. It does not explicitly mention alternatives or exclusions, but the scope is well-defined enough to infer appropriate usage relative to sibling tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

search_telegramSearch Telegram channels, chats and botsAInspect

Full-text search over the tgden catalog (1.4M+ channels, 280k+ group chats, 202k+ bots) with subscriber/member counts, categories and trust scores. Needs no Telegram account — this is the public catalog, so it finds communities the user has NOT joined. Use type to restrict to one entity kind.

ParametersJSON Schema
NameRequiredDescriptionDefault
typeNoEntity kind filter (default all)
limitNoMax results (default 10)
queryYesSearch query, any language

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations provided, the description carries the full behavioral burden. It transparently states that this is a full-text search over a public catalog, requires no Telegram account, returns counts/categories/trust scores, and will find communities the user has not joined. It could mention output shape or sorting, but the disclosed behavior is solid for a read-only search tool.

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 tight sentences, front-loaded with the core purpose and scale, followed by the no-account differentiator and a guidance hint about type. Every sentence adds value and no words are wasted.

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 3-parameter tool with no output schema and no annotations, the description is nearly complete: it explains what is searched, what data is returned, and a key behavioral caveat (no Telegram account needed). Minor gaps like default sorting or pagination behavior are not critical for selection.

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 schema already documents query, type, and limit. The description adds useful context by explaining the catalog scope and the effect of type, but it does not meaningfully extend the parameter semantics beyond what the schema already states.

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 opens with 'Full-text search over the tgden catalog', naming a specific verb, resource, and entity kinds, and immediately distinguishes itself from siblings like best_channels_by_category or search_posts. The mention of channels, chats, and bots makes the scope explicit.

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?

The description gives clear usage context: it searches the public catalog without a Telegram account and is suitable for finding communities the user has NOT joined. It advises using type to constrain the entity kind, but it does not explicitly state when to prefer or avoid this tool relative to siblings such as search_posts or channel_stats.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    B
    maintenance
    Read public Telegram channels from AI agents — channel metadata, posts, comments, and search. No MTProto, no Telethon, no api_id.
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Enables querying public Telegram channels for profile details, posting cadence, verification and scam flags, plus discovering similar channels via Telegram's own recommendations and global search.
    3
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables AI agents to search and analyze a Telegram account as a read-only knowledge source, allowing chat discovery, message search, history reading, contact inspection, and media download without exposing any mutating Telegram tools.
    Apache 2.0
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables AI agents to search and act on Telegram conversations, groups, channels, files, and links, with semantic search, AI-powered knowledge extraction, human-in-the-loop approvals, and PostgreSQL/pgvector persistence.
    Apache 2.0
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.9/5.0
Disambiguation5/5

Each tool targets a distinct data need: ranked channel discovery, exact channel lookup, marketplace listings, marketplace stats, post-content search, and catalog entity search. Even the two search tools are clearly separated by whether they search post content or Telegram catalog entries.

Naming Consistency3/5

Names are readable and consistently snake_case, but they mix verb-led names like search_posts and search_telegram with noun-led names like channel_stats, market_listings, market_stats, and best_channels_by_category. The market_* and search_* pairs are helpful, but there is no uniform verb_noun pattern across the set.

Tool Count5/5

Six tools is a well-scoped size for a Telegram catalog and search server. Each tool earns its place by covering channel discovery, channel lookup, post search, and marketplace data without redundancy.

Completeness4/5

The read-only surface is largely complete: search, top channels, exact stats, and marketplace stats/listings are all covered. A direct way to retrieve recent posts for a specific channel or enumerate all categories would close the remaining minor gaps.