Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
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_hist_data | Get historical stock market data. 'eastmoney_direct' support all A,B,H shares |
get_realtime_data | Get real-time stock market data. 'eastmoney_direct' support all A,B,H shares |
get_news_data | Get stock-related news data. |
get_balance_sheet | Get company balance sheet data. |
get_income_statement | Get company income statement data. |
get_cash_flow | Get company cash flow statement data. |
get_inner_trade_data | Get company insider trading data. |
get_financial_metrics | Get key financial metrics from the three major financial statements. |
get_time_info | Get current time with ISO format, timestamp, and the last trading day. |