Skip to main content
Glama

DART 재무제표 분석 MCP 서버

by keioseung

analyze_financial_data

Analyze and visualize financial statements of multiple companies using unique identifiers, fiscal year, and report codes, generating insights through dashboards and charts.

Instructions

다중 기업의 재무제표 데이터를 분석하고 시각화합니다

Input Schema

NameRequiredDescriptionDefault
corp_codesYes분석할 회사들의 고유번호 목록
report_codeYes보고서 코드 (11011: 사업보고서, 11012: 반기보고서, 11013: 1분기보고서, 11014: 3분기보고서)
yearYes분석할 사업연도 (예: 2023)

Input Schema (JSON Schema)

{ "properties": { "corp_codes": { "description": "분석할 회사들의 고유번호 목록", "items": { "type": "string" }, "type": "array" }, "report_code": { "description": "보고서 코드 (11011: 사업보고서, 11012: 반기보고서, 11013: 1분기보고서, 11014: 3분기보고서)", "type": "string" }, "year": { "description": "분석할 사업연도 (예: 2023)", "type": "string" } }, "required": [ "corp_codes", "year", "report_code" ], "type": "object" }

Other Tools from DART 재무제표 분석 MCP 서버

Related Tools

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/keioseung/MCP'

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