kospi-kosdaq
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| load_all_tickersA | Loads all ticker symbols and names for KOSPI and KOSDAQ into memory. |
| get_stock_ohlcvA | Retrieves OHLCV (Open/High/Low/Close/Volume) data for a specific stock. |
| get_stock_market_capA | Retrieves market capitalization data for a specific stock. |
| get_stock_fundamentalA | Retrieves fundamental data (PER/PBR/Dividend Yield) for a specific stock. |
| get_stock_trading_volumeA | Retrieves trading volume by investor type for a specific stock. |
| get_index_ohlcvA | Retrieves OHLCV data for a specific index. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| search_stock_data_prompt | Prompt template for searching stock data. |
| get_stock_data_prompt | Prompt template for retrieving stock data. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| stock://tickers | |
| stock://format-guide | |
| stock://popular-tickers |
TDQS
Scored across 6 tools
Each tool has a clearly distinct purpose with no overlap. get_index_ohlcv retrieves index data, get_stock_ohlcv retrieves stock price data, get_stock_fundamental provides fundamental metrics, get_stock_market_cap gives market capitalization, get_stock_trading_volume shows investor breakdowns, and load_all_tickers provides ticker metadata. The separation between index vs. stock tools and different data types is unambiguous.
All tools follow a consistent verb_noun pattern with 'get_' or 'load_' prefixes. The naming is perfectly uniform: get_index_ohlcv, get_stock_fundamental, get_stock_market_cap, get_stock_ohlcv, get_stock_trading_volume, and load_all_tickers. This consistency makes the tool set predictable and easy to understand.
With 6 tools, this server is well-scoped for financial data retrieval. Each tool serves a specific, necessary function for stock and index analysis without redundancy. The count is ideal for covering core data needs (price, fundamentals, market cap, volume breakdowns, and ticker metadata) without being overwhelming or insufficient.
The tool set covers essential data retrieval for Korean stock market analysis comprehensively, including price data, fundamentals, market cap, trading insights, and ticker information. A minor gap exists in lacking tools for real-time data or more advanced analytics like technical indicators, but the core CRUD-like retrieval operations for the domain are well-covered.