Skip to main content
Glama

재무제표 조회

get_financials

Retrieve a company's financial statements from DART to get total equity and paid-in capital, key inputs for checking disclosure obligations.

Instructions

단일회사 재무제표를 조회합니다 (기본: 직전 연도 사업보고서의 재무상태표, 연결 없으면 별도로 자동 폴백).

  • key_metrics 의 total_equity(자본총계)·paid_in_capital(자본금)은 check_disclosure_duty 의 totalEquity/paidInCapital 입력으로 그대로 쓸 수 있습니다 (단위: 원)

  • 금액은 raw(원문)/value(정수 원)/display(표시 단위 환산) 세 값을 함께 줍니다

  • change 는 전기 대비 증감입니다 (손익·현금흐름은 누적 필드가 있을 때만 누적 기준)

  • 외부감사 대상이 아닌 회사는 DART 에 재무제표가 없을 수 있습니다 — 기업집단 소속사는 get_group_structure(include_financials=true)로 포털 재무를 확인하세요

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
unitNodisplay 표시 단위 (기본 million=백만원). raw/value 는 항상 원 단위 그대로
yearNo사업연도 (기본: 직전 연도). 사업보고서는 보통 3월 말 제출이므로 없으면 그 전 해로 다시 시도
queryNo회사명·종목코드·corp_code — resolve_entity 와 같은 규칙
fs_divNoCFS=연결(기본) / OFS=별도. 연결이 없으면 별도로 자동 폴백합니다 (비상장 다수는 별도만 있음)
reportNo보고서 종류 (기본 annual=사업보고서)
corp_codeNoDART 법인코드 8자리
statementNo재무제표 종류 (기본 BS=재무상태표). all 은 응답이 큽니다
Behavior5/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It fully discloses the auto-fallback from consolidated to separate statements, the exact value formats (raw/value/display), the meaning of 'change' (period-over-period, cumulative for income/cash flow), and the limitation regarding non-audited companies. This goes well beyond mere operational description and provides deep insight into expected behavior.

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 longer than typical but every bullet point adds meaningful information: defaults, cross-tool compatibility, value formats, change semantics, and limitations. It is well-structured with a clear opening sentence followed by value-adding bullets. Slightly verbose, particularly the key_metrics cross-reference which could be seen as specialized, but overall concise for the tool's complexity.

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?

For a tool with 7 optional parameters, no output schema, and no annotations, the description is remarkably complete. It covers default behaviors, fallback logic, output structure, change basis, and validation caveats. The only omission is a detailed return schema, but the description provides enough about value formats to compensate. The cross-tool references also situate it well within the broader toolset.

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

Parameters3/5

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

Input schema coverage is 100% and parameter descriptions are already detailed (e.g., unit, fs_div, statement all have defaults and explanations). The description mostly repeats schema information (e.g., fallback for fs_div, default year) rather than adding new parameter-level meaning. It does add context about how output values relate to parameters (unit conversion) but this is not substantial enough to raise the score above the baseline for full schema coverage.

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 opens with a clear and specific verb+resource statement: '단일회사 재무제표를 조회합니다' (retrieves single-company financial statements). It distinguishes itself from siblings by emphasizing '단일회사' (single-company), contrasting with get_group_structure which handles group financials. The default (most recent annual report's balance sheet) and fallback behavior further clarify the tool's exact scope.

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

Usage Guidelines5/5

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

The description provides explicit guidance on when to use this tool and when not to. It states that companies not subject to external audit may not have DART financials, and directly recommends using get_group_structure(include_financials=true) for conglomerate subsidiaries. It also connects key_metrics output to check_disclosure_duty inputs, giving concrete cross-tool usage context.

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/dolseom/gongsi-mcp'

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