Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
DART_API_KEY | Yes | Your DART API key for accessing financial data |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
get_company_list | 분석 가능한 회사 목록을 가져옵니다 |
analyze_financial_data | 다중 기업의 재무제표 데이터를 분석하고 시각화합니다 |
generate_financial_chart | 특정 재무 지표에 대한 텍스트 차트를 생성합니다 |
generate_financial_dashboard | 종합적인 재무 분석 대시보드를 생성합니다 |
generate_html_dashboard | HTML 형식의 재무 분석 대시보드를 생성합니다 |
generate_comparison_table | 기업별 재무 지표 비교표를 생성합니다 |