Skip to main content
Glama
jaywapp

toss-readonly-mcp

by jaywapp

get_market_indicators

Read-only

Get current values for Korean indices and government bond yields. Use for queries about KOSPI, KOSDAQ, and Korean treasury rates (2Y to 30Y).

Instructions

국내 지수와 국채 금리의 현재가를 조회한다.

"코스피 지금 얼마야", "국고채 10년 금리" 같은 질문에 쓴다. 개별 종목 시세는 이 도구가 아니라 get_price를 사용한다.

Args: symbols: 콤마로 구분. 지원 심볼은 다음 8종뿐이다 — KOSPI, KOSDAQ, KR_BOND_2Y, KR_BOND_3Y, KR_BOND_5Y, KR_BOND_10Y, KR_BOND_20Y, KR_BOND_30Y.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolsNoKOSPI,KOSDAQ

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already indicate read-only and non-destructive, and the description adds that it returns current prices (현재가), conveying point-in-time data. It also documents the exact supported symbol set, a behavioral constraint not present in the schema.

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 concise and well-structured, with purpose front-loaded in the first sentence, followed by usage guidance and parameter details. No redundant sentences.

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?

For a simple one-parameter read-only tool with an output schema and annotations, this description covers purpose, scope, parameter format, and sibling differentiation. It is complete for effective selection and invocation.

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

Parameters5/5

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

The schema provides zero description for the 'symbols' parameter, so the description compensates by explaining the comma-separated format and listing all 8 valid symbols. This fully documents parameter usage.

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 it fetches current prices for domestic indices and government bond yields, using the specific verb '조회한다' (fetches). It distinguishes from sibling get_price by explicitly noting individual stock quotes should use that tool.

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?

It provides example queries for KOSPI and bond yields, making when-to-use explicit, and directly states that get_price should be used for individual stock quotes. It also limits scope to the 8 supported symbols, preventing misuse.

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/jaywapp/toss-readonly-mcp'

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