Skip to main content
Glama
ryum91

tossinvest-mcp

by ryum91

get_bollinger_bands

Calculate Bollinger Bands for a stock, returning SMA middle line, upper/lower bands, %B, and bandwidth to evaluate price volatility and position.

Instructions

종목의 볼린저 밴드를 계산합니다. 중간선(SMA), 상단·하단 밴드, %B(현재가 위치), 밴드폭을 반환합니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
periodNoSMA 기간 (기본값 20)
symbolYes종목 심볼 (예: 005930, AAPL)
intervalYes봉 단위: 1m(1분), 5m(5분), 30m(30분), 60m(60분/1시간), 1d(일봉), 1w(주봉), 1mo(월봉)
multiplierNo표준편차 배수 (기본값 2)
price_fieldNo계산 기준가 (기본값 close)
Behavior2/5

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

With no annotations available, the description carries the full burden of behavioral disclosure. It only mentions that the tool 'calculates' and 'returns' specific values, but it does not mention prerequisites (e.g., sufficient price history), error behavior, or side effects. Since the operation appears read-only, the lack of any explicit safety or data-requirement note is a notable omission.

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 a single concise sentence that immediately states the purpose and lists the return values. Every word adds value, with no redundancy or irrelevant information. It is well-structured and easily parsed.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has no output schema, so the description is responsible for explaining return values. It lists the components (SMA, bands, %B, bandwidth) but does not describe their structure or format. Also, the absence of usage guidance relative to siblings and the lack of behavioral details make the description only partially complete. Given the tool's complexity (5 parameters, no output schema, no annotations), a score of 3 reflects the clear gaps while acknowledging the output composition is at least mentioned.

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

Parameters3/5

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

The input schema provides 100% coverage with descriptions for all parameters, including defaults and enums. The description adds no additional meaning to the parameters themselves; it only describes the outputs. Thus the baseline of 3 is appropriate, as the schema already does the heavy lifting.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states that the tool calculates Bollinger Bands for a stock (종목의 볼린저 밴드를 계산합니다) and lists specific return values (SMA, upper/lower bands, %B, bandwidth). This clearly identifies the resource and the metrics, but it does not explicitly contrast with sibling indicator tools like RSI or MACD, so it falls short of a perfect 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?

No guidance is provided on when to use this tool versus the many sibling technical indicator tools (e.g., get_rsi, get_macd, get_ichimoku). The description only explains what it does, leaving the agent to infer any usage context. This is a clear gap given the crowded space of indicator 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/ryum91/tossinvest-mcp'

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