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_trading_dates | 获取指定市场的交易日期列表 |
| get_stock_list | 获取指定板块的股票列表 |
| get_instrument_detail | 获取指定股票的详细信息 |
| get_history_market_data | 获取历史行情数据 |
| get_latest_market_data | 获取最新行情数据 |
| get_full_market_data | 获取历史+最新行情数据 |
| create_chart_panel | 创建图表面板,显示指定股票的技术指标 |
| create_custom_layout | 创建自定义布局,可以指定指标名称、参数名和参数值 |