Skip to main content
Glama
jjlabsio

korea-stock-mcp

get_stock_base_info

Retrieves basic stock information including Korean and English name, listing date, stock type, face value, and number of listed shares for KOSPI, KOSDAQ, and KONEX stocks based on specified base dates and stock codes.

Instructions

코스피, 코스닥, 코넥스에 상장되어있는 종목의 기준일에 해당하는 한글 종목명, 영문 종목명, 상장일, 주식종류, 액면가, 상장주식수 등의 정보를 제공합니다. codeList에 종목코드가 포함된 종목들의의 정보만 추출됩니다. basDd 하나당 KRX API를 한번씩 호출합니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
marketYes상장된 주식시장 종류
codeListYes데이터를 가져올 종목들의 종목코드의 배열
basDdListYes기준일자(YYYYMMDD) 배열
Behavior4/5

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

No annotations provided, so description carries full burden. Describes API call per basDd and filtering by codeList, but does not mention idempotency or authentication. However, the behavior is transparent enough for an agent to understand usage.

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?

Three concise sentences with no wasted words. Front-loaded with purpose, then filtering rule, then API behavior. Ideal 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?

No output schema, but description enumerates key return fields (한글 종목명, 영문 종목명, 상장일, 주식종류, 액면가, 상장주식수). Explains filtering and API call behavior. Fully sufficient for a data retrieval tool given complexity and sibling context.

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

Parameters4/5

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

Schema describes all parameters fully (100% coverage), so description adds marginal value. It reinforces that codeList filters results and explains API call frequency per basDd, which is helpful beyond schema.

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?

Description clearly states it provides base info (name, listing date, etc.) for stocks on given base dates, filtered by market and code list. Unambiguously distinguishes from sibling tools which deal with corporation codes, disclosures, financial statements, etc.

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

Usage Guidelines4/5

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

Explicitly notes that only stocks in codeList are extracted and that each basDd triggers an API call, implying rate limit considerations. Does not explicitly state when not to use or compare to siblings, but context is sufficient.

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/jjlabsio/korea-stock-mcp'

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