Skip to main content
Glama
nangchang

toss-invest

by nangchang

종목 매수 유의사항 조회

toss_get_stock_warnings
Read-onlyIdempotent

Retrieve investment cautions and warning details for a stock by symbol to identify risks such as liquidation trading, overheated status, or volatility interruptions.

Instructions

특정 종목의 투자 유의사항 및 경고 정보를 조회합니다.

Args:

  • symbol (string, 필수): 종목 심볼. KRX: 6자리 숫자 (예: 005930), US: 영문 티커 (예: AAPL)

Returns: 경고 목록 (없으면 빈 배열):

  • warningType: 경고 유형

    • LIQUIDATION_TRADING: 정리매매

    • OVERHEATED: 과열종목

    • INVESTMENT_WARNING: 투자경고

    • INVESTMENT_RISK: 투자위험

    • VI_STATIC: 정적 VI (변동성완화장치)

    • VI_DYNAMIC: 동적 VI

    • VI_STATIC_AND_DYNAMIC: 정적+동적 VI

    • STOCK_WARRANTS: 신주인수권증권

  • exchange: 거래소

  • startDate: 유의 시작일

  • endDate: 유의 종료일 (null이면 종료일 미정)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolYes종목 심볼. KRX: 6자리 숫자 (예: 005930), US: 영문 티커 (예: AAPL)
Behavior4/5

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

Annotations already declare readOnlyHint and idempotentHint, so the safety profile is clear. The description adds substantial context by enumerating all warning types (LIQUIDATION_TRADING, OVERHEATED, etc.), return fields (exchange, startDate, endDate), and the behavior of returning an empty array when no warnings exist.

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 front-loaded purpose and separate Args/Returns sections. However, it repeats the parameter description from the schema, which is redundant, though the detailed Returns section justifies the length.

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

Completeness5/5

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

Despite lacking an output schema, the description thoroughly explains the return structure, including fields and all possible warningType enum values. It also clarifies symbol formats for KRX and US, making the tool fully understandable for a simple 1-parameter operation.

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 description includes an Args section that exactly mirrors the schema's description for the symbol parameter, providing no additional meaning beyond the schema. With schema coverage at 100%, the baseline score of 3 applies.

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 '특정 종목의 투자 유의사항 및 경고 정보를 조회합니다' (retrieve investment cautions and warnings for a specific stock), using a specific verb and resource. It is distinct from sibling tools that handle market data, orders, or accounts, making its purpose unambiguous.

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 explains what the tool does but does not explicitly state when to use it versus alternatives. Usage is implied by its function (e.g., checking warnings before trading), but there is no explicit 'when-to-use' guidance or mention of alternative 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/nangchang/stock-toss-mcp'

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