Skip to main content
Glama
Jeric1223

tossinvest-mcp

Get stock rankings

toss_get_rankings
Read-only

Retrieve leaderboards of Korean and US stocks ranked by traded value, volume, or price change to screen today's active market moves.

Instructions

Ranks Korean or US stocks by traded value, traded volume, or price change, for screening what is active today. Returns a leaderboard, not data about a stock you already picked — use toss_get_price for that.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeYesRanking metric. MARKET_* covers the whole exchange; TOSS_SECURITIES_* covers only Toss Securities customers, which reflects retail sentiment. TOP_GAINERS and TOP_LOSERS rank by percentage price change.
countNoHow many ranked entries to return, from the top.
durationYesWindow the ranking is computed over. 'realtime' reflects the current session.
marketCountryYesKR for KOSPI and KOSDAQ, US for US exchanges.
excludeInvestmentCautionNoSet true to drop stocks flagged with investment cautions or warnings. See toss_get_stock_warnings for the flags themselves.
Behavior4/5

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

Annotations already declare readOnlyHint and openWorldHint. The description adds meaningful context by defining the return type as a leaderboard and clarifying the scope (screening today's activity). It doesn't contradict annotations and enriches behavioral understanding beyond the structured fields.

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?

Two sentences, each earning its place: the first states the core function, the second provides a crucial contrast with a sibling tool. No redundant or filler content.

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?

With five parameters and no output schema, the description conveys the essential context: it returns a leaderboard, covers specific markets and metrics, and directs alternative usage appropriately. The lack of output schema is partially offset by the clear 'leaderboard' description, but some details (e.g., sorting direction or exact return structure) are left to inference.

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 schema already documents all parameters thoroughly. The description's mention of 'traded value, traded volume, or price change' maps to the type enum but adds little beyond the schema's own descriptions. Baseline of 3 is appropriate.

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 ranks Korean or US stocks by specific metrics (traded value, volume, price change) for screening. It explicitly distinguishes itself from toss_get_price by clarifying it returns a leaderboard, not data about a specific stock.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides explicit usage context: 'for screening what is active today' and directly names the alternative (toss_get_price) for when a user already picked a stock. This is clear when-to-use and when-not-to-use guidance.

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