Skip to main content
Glama
memorise8

dart-search-mcp

by memorise8

get_major_event_report

Retrieve major corporate event reports from Korea's DART system by selecting an event type (e.g., asset transfer, capital increase) and date range for a specific company.

Instructions

DART 주요사항보고서를 이벤트 유형별로 조회합니다.

36가지 이벤트 유형 중 하나를 선택하여 해당 보고서 내용을 조회합니다.

Parameters:
    corp_code: DART 고유번호 (8자리, 예: "00126380")
    event_type: 이벤트 유형 (아래 목록에서 선택, 필수)
        "자산양수도" - 자산양수도(주요자산 양수도 등)
        "부도발생" - 부도 발생
        "영업정지" - 영업 정지
        "회생절차" - 회생절차 개시신청
        "해산사유" - 해산사유 발생
        "유상증자결정" - 유상증자 결정
        "무상증자결정" - 무상증자 결정
        "유무상증자결정" - 유무상증자 결정
        "감자결정" - 감자 결정
        "관리절차개시" - 관리절차 개시
        "소송" - 소송 등
        "해외상장결정" - 해외 상장 결정
        "해외상장폐지결정" - 해외 상장폐지 결정
        "해외상장" - 해외 상장
        "해외상장폐지" - 해외 상장폐지
        "전환사채발행" - 전환사채권 발행 결정
        "신주인수권부사채발행" - 신주인수권부사채권 발행 결정
        "교환사채발행" - 교환사채권 발행 결정
        "관리절차중단" - 관리절차 중단
        "상각형조건부자본증권발행" - 상각형 조건부자본증권 발행 결정
        "자기주식취득결정" - 자기주식 취득 결정
        "자기주식처분결정" - 자기주식 처분 결정
        "자기주식신탁체결" - 자기주식취득 신탁계약 체결 결정
        "자기주식신탁해지" - 자기주식취득 신탁계약 해지 결정
        "영업양수결정" - 영업양수 결정
        "영업양도결정" - 영업양도 결정
        "유형자산양수" - 유형자산 양수 결정
        "유형자산양도" - 유형자산 양도 결정
        "타법인주식양수" - 타법인 주식 및 출자증권 양수 결정
        "타법인주식양도" - 타법인 주식 및 출자증권 양도 결정
        "사채권양수" - 사채권 양수 결정
        "사채권양도" - 사채권 양도 결정
        "회사합병" - 회사 합병 결정
        "회사분할" - 회사 분할 결정
        "회사분할합병" - 회사 분할합병 결정
        "주식교환이전" - 주식의 포괄적 교환·이전 결정
    bgn_de: 검색 시작일 YYYYMMDD (예: "20240101")
    end_de: 검색 종료일 YYYYMMDD (예: "20241231")

Returns:
    선택한 유형의 주요사항보고서 정보 (유형에 따라 반환 필드가 다름)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
corp_codeYes
event_typeNo
bgn_deNo
end_deNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations provided, the description bears full responsibility for behavioral transparency. It describes a read-only query operation but lacks details on authentication, rate limits, side effects, or response structure. The return statement hints at varying fields but is not exhaustive.

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 well-structured with a clear purpose sentence, parameter block, and return note. The event type list, though lengthy, is necessary for the tool's usage. A minor improvement would be to abbreviate or group related event types, but overall it is concise relative to the information required.

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

Completeness4/5

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

Despite the presence of an output schema, the description does not leverage it to reduce verbosity. It covers all parameters and return variability, but lacks error handling, pagination, or example responses. However, for a read-only query tool with a rich event type list, it is adequately complete for agent use.

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 input schema has 0% description coverage, so the description compensates fully. It explains all four parameters: corp_code format, event_type with 36 explicit values and Korean translations, and date range parameters with examples. This adds substantial meaning beyond the schema titles.

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 major event reports from DART by event type. It lists 36 event types and specifies the report type, distinguishing it from sibling tools that handle other report categories like periodic or securities reports.

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

Usage Guidelines3/5

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

The description implies usage for querying major event reports by event type but does not explicitly guide when to use this tool versus alternatives. No references to sibling tools or exclusion criteria are provided, leaving some ambiguity for the agent.

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/memorise8/dart-mcp'

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