Skip to main content
Glama
aesthetic-legalism5470

korean-dart-mcp

get_corporate_event

Retrieve Korean corporate events from DART. Single mode fetches one event type; timeline collects capital-related events (e.g., capital reduction, mergers) over a period and sorts chronologically.

Instructions

DS005 주요사항보고서 36종 이벤트 조회. mode='single' 은 단일 event_type 상세, mode='timeline' 은 자본 관련 이벤트(증자·감자·CB/BW/EB·자사주·합병분할·영업양수도 등)를 지정 기간 병렬 수집 후 날짜순 통합. timeline 은 '최근 N년 자본 스트레스 내러티브' 를 한 번에 뽑기 위한 킬러 모드.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endNo종료일 (YYYY-MM-DD / YYYYMMDD)
corpYes회사명/종목코드/corp_code
modeNosingle: 단일 event_type 조회. timeline: 여러 자본 관련 이벤트를 날짜순 통합 (킬러 모드)single
startNo시작일 (YYYY-MM-DD / YYYYMMDD)
event_typeNosingle 모드 필수. 36개 이벤트 중 하나
event_typesNotimeline 모드용 수동 선택. 미지정 시 자본 관련 이벤트(capital=true) 전체 자동 선택
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It describes the two modes but does not explicitly state that the tool is read-only, nor does it mention any side effects, rate limits, or auth requirements. The Korean word '조회' implies inquiry, but it is not explicit for non-Korean readers.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences, front-loaded with the core purpose. It is concise but could be better structured (e.g., bullet points). Every sentence contributes meaning.

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

Completeness3/5

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

Given 6 parameters, 100% schema coverage, and no output schema, the description covers the two modes well but lacks details on return format, pagination, or any constraints. It is moderately complete.

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 coverage is 100%, but the description adds value by explaining mode semantics (e.g., timeline auto-selects capital events if event_types not specified) and the corporate parameter. It goes beyond the schema's basic descriptions.

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 retrieves corporate events from a specific report (DS005) with two modes. It distinguishes itself from sibling tools, none of which query events.

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?

The description explains when to use each mode: single for one event type, timeline for capital-related events over a period, calling it a 'killer mode' for extracting capital stress narratives. It does not explicitly mention when not to use, but the guidance is clear.

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/aesthetic-legalism5470/korean-dart-mcp'

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