Skip to main content
Glama
Johnhyeon

TelegramLens

by Johnhyeon

telegram_stock_buzz

Summarize stock mentions from Telegram channels and return original message samples for a given stock name or code.

Instructions

특정 종목의 텔레그램 언급 요약과 원문 샘플을 반환합니다.

Args: query: 종목명 또는 6자리 종목코드. hours: 집계 시간 범위(시간). 기본 24. samples: 원문 샘플 개수. 기본 8.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hoursNo
queryYes
samplesNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description carries full responsibility. It does not disclose behavioral traits such as read-only nature, authentication requirements, rate limits, or side effects. The description only states the return type.

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 concise, consisting of one purpose sentence and a structured list of parameters. It is front-loaded with the main action and uses no unnecessary words.

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?

The description adequately explains the tool's purpose and parameters. Although it lacks usage context or examples, the presence of an output schema reduces the need to describe return values. It is complete enough for an AI agent to call the tool correctly.

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?

Schema description coverage is 0%, but the description includes a docstring explaining each parameter: query (stock name or code), hours (aggregation time range, default 24), and samples (number of samples, default 8). This adds significant meaning beyond the schema which only provides titles and defaults.

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 returns a summary and sample original texts of Telegram mentions for a specific stock. It uses a specific verb ('returns') and resource ('summary and samples of Telegram mentions'), distinguishing it from sibling tools like telegram_search or telegram_buzz_score.

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 does not provide guidance on when to use this tool vs alternatives. It only describes the basic functionality without explaining contexts, exclusions, or comparisons to sibling tools.

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/Johnhyeon/telegramlens-mcp'

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