Skip to main content
Glama
ryum91

tossinvest-mcp

by ryum91

get_ichimoku

Calculate Ichimoku Cloud for any stock: conversion, base, leading/lagging spans, cloud direction, and future cloud forecast.

Instructions

종목의 일목균형표를 계산합니다. 전환선·기준선·선행스팬1·2·후행스팬과 구름(kumo) 방향, 향후 displacement 기간의 구름 예측을 반환합니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolYes종목 심볼 (예: 005930, AAPL)
intervalYes봉 단위: 1m(1분), 5m(5분), 30m(30분), 60m(60분/1시간), 1d(일봉), 1w(주봉), 1mo(월봉)
displacementNo선행·후행 이동 기간 (기본값 26)
kijun_periodNo기준선 기간 (기본값 26)
tenkan_periodNo전환선 기간 (기본값 9)
senkou_b_periodNo선행스팬2 기간 (기본값 52)
Behavior4/5

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

With no annotations provided, the description carries the full disclosure burden. It does not declare side effects, but for a calculation tool this is less critical. It transparently explains the output details, including the unusual 'future cloud prediction for displacement period' behavior, which goes beyond a simple 'calculate' statement. However, it omits any note about being read-only, though that is inferred from the context.

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, front-loaded with the primary purpose and followed by a list of returned components. No redundant information; every sentence earns its place.

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?

For a 6-parameter tool with no output schema, the description is fairly complete. It names all output components and even the future prediction feature. It does not specify return formats, but the output schema is absent, and the description gives a clear picture of what is returned. Slight gap: it doesn't mention how the cloud direction is represented, but the overall completeness is high.

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?

Schema description coverage is 100%, so the baseline is 3. The description adds slight context by mentioning that displacement relates to future cloud prediction, but it does not explain how the other parameters affect the output. The schema already documents each parameter clearly, so the description adds marginal value.

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 calculates the Ichimoku chart for a stock and lists the specific components (conversion line, base line, leading spans, lagging span, cloud direction, and future cloud prediction). This specific verb+resource clearly distinguishes it from sibling technical indicators like RSI, MACD, and Bollinger Bands.

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 when an agent needs Ichimoku data, but it does not explicitly state when to use this over other indicators or provide exclusion criteria. It provides no alternatives or when-not-to-use guidance, so it meets only the 'implied usage' level.

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