Skip to main content
Glama
Jeric1223

tossinvest-mcp

Get stock warnings

toss_get_stock_warnings
Read-only

Retrieve investment cautions, liquidation trading, volatility interruption, and warrant warnings for a stock symbol to assess risk before trading.

Instructions

Returns investment cautions, liquidation trading, volatility interruption, and warrant warnings.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolYesKorean 6-digit code (e.g. '005930') or US ticker (e.g. 'NVDA'). Call toss_resolve_symbol first if you only have a company name.
Behavior4/5

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

The annotations already declare readOnlyHint=true and openWorldHint=true, so the agent knows this is a safe read. The description adds value by enumerating the specific warning types returned, offering behavioral context beyond the annotations without contradicting them.

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, front-loaded sentence that lists all key warning categories without any filler. Every word contributes to understanding the tool's purpose.

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 simple read-only tool with good annotations and full schema coverage, the description is nearly complete. It clearly communicates the type of data returned, though it omits details about the return structure or possible empty results—acceptable given the low complexity and lack of an output schema.

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 schema description covers 100% of the single parameter (symbol) with detailed guidance on format and resolution, so the baseline is 3. The main description does not add any parameter-specific meaning beyond what the schema already provides.

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 uses the specific verb 'Returns' and clearly identifies the resource as stock warnings, enumerating four distinct warning categories (investment cautions, liquidation trading, volatility interruption, warrant warnings). This is sufficiently specific to distinguish it from sibling tools like toss_get_price or toss_get_orderbook.

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 states what the tool does but provides no explicit when-to-use guidance, exclusions, or alternative tool references. The schema's symbol description mentions calling toss_resolve_symbol first for company names, but the main description does not offer usage context beyond a plain return statement.

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/Jeric1223/tossinvest-mcp'

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