Skip to main content
Glama
memorise8

dart-search-mcp

by memorise8

get_financial_statements

Fetches key financial statement items (revenue, operating profit, net income, assets, liabilities, equity) for a Korean company from DART, with current and prior period comparisons. Returns both consolidated and separate statements.

Instructions

DART에서 단일회사의 주요계정 재무제표를 조회합니다.

매출액, 영업이익, 당기순이익, 자산총계, 부채총계, 자본총계 등
주요 재무항목을 당기/전기/전전기 비교 형식으로 반환합니다.

Parameters:
    corp_code: DART 고유번호 (8자리, 예: "00126380")
    bsns_year: 사업연도 (예: "2024", "2023")
    reprt_code: 보고서코드
        11013=1분기보고서, 11012=반기보고서,
        11014=3분기보고서, 11011=사업보고서(기본값)

Returns:
    주요계정 재무제표 (재무상태표/손익계산서 구분, 당기/전기/전전기 금액)
    연결재무제표(CFS)와 개별재무제표(OFS) 모두 포함

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
corp_codeYes
bsns_yearYes
reprt_codeNo11011

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description must carry the full burden. It does explain the return structure (comparative, includes CFS/OFS) but does not disclose behavioral traits like rate limits, authentication needs, or potential side effects. The explanation of output format adds some transparency but is incomplete.

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 well-structured with clear sections (Parameters, Returns). Every sentence is informative and earns its place. It's front-loaded with the main purpose and uses bullet points for readability. No fluff.

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

Completeness5/5

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

Given the three parameters and the presence of an output schema (not shown but indicated), the description covers purpose, parameter semantics, and return value comprehensively. It differentiates from closely related sibling tools (e.g., multi-company version). The description is complete for an agent to understand and use the tool correctly.

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 description coverage is 0%, but the description provides valuable details for all three parameters: corp_code format (8 digits, example), bsns_year format (example), and reprt_code mapping to report types with default. This adds significant meaning beyond the bare 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 clearly states it retrieves major account financial statements for a single company from DART. It lists specific financial items (매출액, 영업이익 등) and mentions comparative format, which distinguishes it from siblings like get_financial_statements_full (probably more comprehensive) and get_multi_company_financials (multiple companies).

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 specifies '단일회사' (single company) and explains parameters, but does not explicitly state when to use versus alternatives. However, the mention of single company and the specific parameter details give implicit guidance. Lacks explicit when-not-to-use or clear alternatives.

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