Skip to main content
Glama
memorise8

dart-search-mcp

by memorise8

get_periodic_report

Fetch key information from DART periodic reports by selecting from 27 report types, including shareholder status, executive compensation, and audit details, for specified corporation and fiscal year.

Instructions

DART 정기보고서의 주요정보를 유형별로 조회합니다.

27가지 보고서 유형 중 하나를 선택하여 해당 정보를 조회합니다.

Parameters:
    corp_code: DART 고유번호 (8자리, 예: "00126380")
    bsns_year: 사업연도 (예: "2024", "2023")
    reprt_code: 보고서코드
        11013=1분기보고서, 11012=반기보고서,
        11014=3분기보고서, 11011=사업보고서(기본값)
    report_type: 보고서 유형 (아래 목록에서 선택, 필수)
        "증자감자현황" - 증자(감자) 현황
        "배당" - 배당에 관한 사항
        "자기주식취득처분" - 자기주식 취득 및 처분 현황
        "최대주주현황" - 최대주주 현황
        "최대주주변동" - 최대주주 변동 현황
        "소액주주" - 소액주주 현황
        "임원현황" - 임원 현황
        "직원현황" - 직원 현황
        "이사감사개인별보수" - 이사·감사의 개인별 보수 현황
        "이사감사전체보수" - 이사·감사 전체의 보수 현황
        "개인별보수지급" - 개인별 보수지급 금액(5억 이상 상위 5인)
        "타법인출자" - 타법인 출자 현황
        "채무증권발행" - 채무증권 발행실적
        "기업어음미상환" - 기업어음증권 미상환 잔액
        "단기사채미상환" - 단기사채 미상환 잔액
        "회사채미상환" - 회사채 미상환 잔액
        "신종자본증권미상환" - 신종자본증권 미상환 잔액
        "조건부자본증권미상환" - 조건부자본증권 미상환 잔액
        "회계감사인" - 회계감사인의 명칭 및 감사의견
        "감사용역체결" - 감사용역 체결 현황
        "비감사용역계약" - 회계감사인과의 비감사용역 계약체결 현황
        "사외이사변동" - 사외이사 및 그 변동 현황
        "미등기임원보수" - 미등기임원 보수 현황
        "이사감사보수승인금액" - 이사·감사의 보수현황(주총 승인금액)
        "이사감사보수유형별" - 이사·감사의 보수현황(보수지급금액 유형별)
        "공모자금사용" - 공모자금의 사용내역
        "사모자금사용" - 사모자금의 사용내역

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
corp_codeYes
bsns_yearYes
reprt_codeNo11011
report_typeNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations provided, so description must fully disclose behavior. It mentions return fields vary by type but lacks detail on authentication, rate limits, error handling, or side effects. The tool is a read operation, but this is implied rather than stated.

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?

Description is structured with a clear purpose sentence, parameter explanations, and a return note. It is somewhat lengthy due to the report type list, but this list is essential. Front-loaded with main purpose. Could be slightly more concise, but functional.

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?

Given the tool's complexity (4 params, 2 required, 27 report types) and no annotations, the description covers all parameters adequately with examples and enum values. It notes variable return fields, which is important. Lacks detailed output schema (though output schema exists, not described), and error scenarios are not addressed.

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?

Schema coverage is 0%, but description provides extensive meanings: corp_code example ('00126380'), bsns_year format, reprt_code values and mapping, and a full list of 27 report_type options with Korean explanations. This goes far beyond the minimal 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?

The description explicitly states the tool retrieves key information from DART periodic reports by type, using the verb '조회' (retrieve) and specifying the resource. It distinguishes from siblings by focusing on periodic reports with 27 specific types, which is clear and specific.

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?

No guidance on when to use this tool vs alternatives. It lists 27 report types but does not explain selection criteria or when other sibling tools should be preferred. No 'when not to use' or alternative recommendations.

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