Skip to main content
Glama
Johnhyeon

TelegramLens

by Johnhyeon

telegram_fp_candidates

Identifies false positive stock name candidates from Telegram mentions that conflict with common nouns or slang, enabling refinement of block list for accurate detection.

Instructions

오탐(잘못 잡힌 종목명) 후보를 반환합니다.

코드 없이 이름만으로 자주 잡힌 짧은 종목명 → 일반명사/은어 충돌 의심. 검토 후 telegram_block_name 으로 차단 목록에 추가하세요.

Args: days: 분석 기간(일). 기본 7. max_name_len: 검사할 최대 이름 길이. 기본 3. min_count: 최소 이름단독 매칭 수. 기본 3. top: 상위 N개. 기본 40.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topNo
daysNo
min_countNo
max_name_lenNo

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 bears full responsibility for behavioral disclosure. It does not mention whether the tool is read-only, any side effects, resource usage, or rate limits. It only describes the output purpose but not the behavior.

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 and well-structured: a brief purpose statement, background rationale, action hint, and a bulleted parameter list. No superfluous content.

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 explains the purpose and parameters well. Although the return format is not described, the presence of an output schema helps. It could mention that the output is a list of candidate names, but it's not critical given the tool's simplicity.

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

Parameters5/5

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

The input schema has 0% description coverage, but the description compensates fully by explaining each parameter (days, max_name_len, min_count, top), including their defaults and units. This adds significant value beyond the 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?

The description clearly states it returns false positive stock name candidates and explains the rationale (short names with common word conflicts). It distinguishes itself from siblings like telegram_block_name and telegram_alias_candidates by specifying the use case.

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 context on when to use it (for suspected false positives due to short name conflicts) and suggests a follow-up action (use telegram_block_name). However, it does not explicitly state when not to use it or compare with similar 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