Skip to main content
Glama
Johnhyeon

StockLens

by Johnhyeon

watchlist

Manage a shared stock watchlist across apps: list, add, remove, or clear entries, then bulk-fetch quotes and indicators for all watched stocks in one call.

Instructions

관심종목 — '내 종목' 목록 보기/추가/삭제 (LeetKit 세 Lens 공용).

"내 종목", "관심종목", "○○ 관심종목에 넣어줘", "내 종목 시세 보여줘" 같은 요청에 사용합니다. DartLens·TelegramLens와 같은 목록을 공유합니다.

list 결과의 codes를 그대로 get_multi_stocks / get_flow_batch / get_indicators_bulk에 넘기면 관심종목 전체를 한 번에 볼 수 있습니다. 종목을 하나씩 다시 조회하지 마세요.

Args: action: "list"(기본) / "add" / "remove" / "clear" query: add·remove에 쓸 종목명 또는 6자리 코드 (예: "디오", "039840")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNo
actionNolist

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description must carry the transparency burden. It discloses that the watchlist is shared across DartLens and TelegramLens, which is a meaningful behavioral trait, and implies mutation via add/remove/clear. However, it does not explicitly describe side effects (e.g., persistence, immediate visibility, or whether operations are destructive), and lacks details on auth or rate limits. The description adds some value but is not exhaustive 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 well-structured with a clear opening, usage context, and an Args section. It includes Korean examples that add value but also length. It is not overly verbose and front-loads the purpose and usage guidance, making it easy to scan.

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?

Given the output schema exists (though not shown), the description need not explain return values. It covers the tool's actions, shared behavior, and integration with other tools, which is sufficient for a watchlist manager. It lacks some explicit details about what happens on add when the item already exists, but overall it is complete for its complexity.

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?

Schema coverage is 0%, so the description fully compensates by explaining both parameters: action with allowed values (list/add/remove/clear) and query with example types (stock name or 6-digit code) and its use for add/remove. This is exactly what the agent needs to set parameters correctly.

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 manages a watchlist ('관심종목') with actions list/add/remove/clear, and specifies it is shared across multiple lenses. It is specific and distinguishes itself from data retrieval tools by focusing on watchlist management, and even references related batch tools for consumption of its output.

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 gives explicit usage context: requests like '내 종목' or '관심종목' and mentions that the list is shared with other lenses. It also instructs to pass the returned codes directly to batch tools (get_multi_stocks, get_flow_batch, get_indicators_bulk) and warns against querying stocks individually. However, it does not explicitly state when not to use the tool or mention alternative tools for similar actions, though the context is solid.

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/stocklens-mcp'

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