Skip to main content
Glama
theYahia

@theyahia/tgstat-mcp

by theYahia

get_channel_mentions

Find where a channel is mentioned or forwarded by other channels and chats.

Instructions

Find where a channel is mentioned or forwarded by other channels and chats.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results (max 50)
channel_idYesChannel @username, t.me link, or TGStat channel ID

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed7 schema fields changedv2.0.0
    • changedInput schema / properties / channel_id / description
      Previous value: -"ID или username канала"New value: +"Channel @username, t.me link, or TGStat channel ID"
    • addedInput schema / properties / channel_id / minLength
      Added value: +1
    • addedInput schema / properties / limit / default
      Added value: +50
    • changedInput schema / properties / limit / description
      Previous value: -"Максимум результатов (по умолчанию 50)"New value: +"Max results (max 50)"
    • addedInput schema / properties / limit / maximum
      Added value: +50
    • addedInput schema / properties / limit / minimum
      Added value: +1
    • changedInput schema / properties / limit / type
      Previous value: -"number"New value: +"integer"
  2. First observedv1.0.1

TDQS

C2.7/5.0
Behavior1/5

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

The description does not disclose whether the operation is read-only, what data the response contains, or any side effects or limitations. Since no annotations are provided, the description carries the full burden of behavioral transparency and fails to meet it.

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, concise sentence with no unnecessary words or repetition. It is perfectly sized for the tool's simplicity.

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 tool with only two parameters and no output schema, the description gives the core purpose but omits information about the response format or any edge cases. It is adequate but not enriched with contextual details that would help an agent fully understand the tool's behavior.

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 schema descriptions cover 100% of the parameters, clearly explaining channel_id and limit. The tool description adds nothing beyond the schema, so the baseline score of 3 applies.

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 verb 'Find' and the resource 'where a channel is mentioned or forwarded by other channels and chats,' which distinguishes it from sibling tools like get_channel_forwards. However, 'where' is somewhat vague—it could be more explicit about whether it returns a list of channels/chats or something else.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines1/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 instead of alternatives. It does not mention any prerequisite conditions, typical use cases, or contrast with sibling tools like search_channels or get_channel_forwards, leaving the agent to infer usage.

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