Skip to main content
Glama
Johnhyeon

StockLens

by Johnhyeon

get_indicators_bulk

Retrieve technical indicators for up to 100 stocks in parallel. Use for screening by ma_phase, volume, and other indicators with customizable timeframes.

Instructions

기술지표벌크 — 여러 종목(최대 100개)의 지표를 병렬 판정. 스크리닝 핵심.

⚠️ 시계열·캔들 아님 — 집계 판정값만(시각화는 get_chart). get_indicators N번 대신 이걸로.

Args: codes: 종목코드 리스트 (최대 100개) days: 조회 일수 (기본 260) include: 지표 키 (기본 ["ma_phase","volume"]). get_indicators 참조. timeframe: "day"/"week"/"month" params: 지표 파라미터 오버라이드(전 종목 공통). get_indicators 참조.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
codesYes
daysNo
includeNo
timeframeNoday
paramsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description carries full burden. It explains it performs parallel judgment, returns only aggregate values (not time series), and has a 100-stock limit. It warns about visualization needs. It does not mention rate limits or auth, but the behavior is clearly non-destructive and read-only.

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 two concise sentences plus a bullet list. It is front-loaded with the most critical information (purpose, warning, alternative). 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?

Output schema exists, so return values need no explanation. The description covers purpose, parameter details, and references sibling tools for more detail. It is sufficient for an agent to understand when and how to use the tool.

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 coverage is 0%, so description must compensate. It describes each parameter: codes (stock list, max 100), days (default 260), include (default list, references get_indicators), timeframe (enumerated values), params (override, common to all). This adds meaning beyond schema titles and types.

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 evaluates indicators for multiple stocks (up to 100) in parallel, and distinguishes itself from 'get_indicators' (single stock, repeated calls) and 'get_chart' (visualization). The term '기술지표벌크' and '스크리닝 핵심' reinforce its purpose.

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 advises using this tool instead of calling 'get_indicators' multiple times, and notes that for time series or candles, 'get_chart' should be used. It implicitly guides toward screening scenarios. However, it does not explicitly list all cases when to avoid this tool.

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