Skip to main content
Glama
Johnhyeon

TelegramLens

by Johnhyeon

telegram_block_name

Blocks stock mentions by adding a stock code to the ambiguous block list, preventing name-only matches while allowing code-associated mentions.

Instructions

종목을 모호어 차단 목록에 추가합니다(이름 단독 매칭 차단, 코드 동반 시만 인정).

Args: code: 6자리 종목코드 (예: 001680). note: 메모(예: '대상 = target/object 충돌').

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
codeYes
noteNo

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 only states the action (adds to block list) but does not mention whether the operation is destructive, reversible, requires authentication, or has rate limits. This is insufficient for a mutation tool.

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?

The description is concise with two sentences and an args list, front-loading the purpose. It avoids unnecessary words but the note example could be simplified. Every sentence serves a purpose, so it earns a solid score.

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?

Given the tool's complexity (mutation, blocking) and lack of annotations, the description is incomplete. It does not explain the scope of the block (global or per-user), interaction with existing blocks, or what the output schema returns. With an output schema present, return values are covered, but behavioral context is missing.

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?

With 0% schema description coverage, the description effectively explains both parameters: code as a 6-digit example (001680) and note as a memo with an example. This adds significant meaning beyond the bare schema, though the note example is cryptic and could be clearer.

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 adds a stock to the ambiguous block list and specifies it blocks name-only matching when accompanied by a code. The verb 'adds' and the resource 'block list' are explicit, and the distinction from sibling tools like telegram_add_alias is implied by the focus on blocking via code.

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 context (blocking by code, name-only matching) but does not provide explicit guidance on when to use this tool vs alternatives such as telegram_add_alias or telegram_fp_candidates. No exclusion criteria or prerequisites are mentioned.

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