Skip to main content
Glama

DART 재무제표 분석 MCP 서버

by keioseung

generate_financial_chart

Visualize financial metrics like revenue, net income, and total assets for multiple companies using text-based charts. Analyze year-specific data from financial reports for informed decision-making.

Instructions

특정 재무 지표에 대한 텍스트 차트를 생성합니다

Input Schema

NameRequiredDescriptionDefault
corp_codesYes분석할 회사들의 고유번호 목록
metricYes차트로 표시할 지표 (revenue, netIncome, totalAssets, totalEquity, debtToEquity, returnOnEquity, profitMargin)
report_codeYes보고서 코드
yearYes분석할 사업연도

Input Schema (JSON Schema)

{ "properties": { "corp_codes": { "description": "분석할 회사들의 고유번호 목록", "items": { "type": "string" }, "type": "array" }, "metric": { "description": "차트로 표시할 지표 (revenue, netIncome, totalAssets, totalEquity, debtToEquity, returnOnEquity, profitMargin)", "type": "string" }, "report_code": { "description": "보고서 코드", "type": "string" }, "year": { "description": "분석할 사업연도", "type": "string" } }, "required": [ "corp_codes", "year", "report_code", "metric" ], "type": "object" }

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