Skip to main content
Glama
inkyunp

Investment Research MCP

by inkyunp

krx_daily_trade

Retrieve daily KRX trade data for a specific ticker and date, selecting KOSPI, KOSDAQ, or KONEX, to support evidence-based investment research.

Instructions

Fetch HTTPS-only KRX daily trade data for one ticker/date.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateYes
marketYes
tickerYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

B3.1/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure, but it only mentions 'HTTPS-only' and 'Fetch'. It does not clarify whether the operation is read-only, what data is returned, how missing data is handled, or whether any rate limits or prerequisites apply.

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 focused sentence with no filler. It front-loads the core resource and scope, making it quick for an agent to parse.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

There is no output schema and no annotations, so the description alone needs to provide enough context for correct invocation. It fails to explain the return shape, the market parameter, or any behavioral caveats, leaving an agent with an under-specified tool.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate for undocumented parameters. It mentions ticker and date, but says nothing about the required 'market' parameter or the meaning of the pattern constraints on ticker and date.

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 names a specific verb ('Fetch'), a concrete resource ('KRX daily trade data'), and a clear scope ('one ticker/date'). This distinguishes it from siblings like krx_stock_base_info, which covers base stock information rather than daily trade records.

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

Usage Guidelines2/5

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

There is no guidance about when to use this tool versus the sibling tools. It does not mention alternatives, exclusions, or conditions that would make another tool more appropriate.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.