Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get-stock-info | 获取单个股票的实时当前信息,包括当前价格、涨跌幅、成交量等实时数据 |
| get-stock-history | 获取单个股票的历史数据、过去价格、K线数据,支持日K、周K、月K线,用于分析股票过去的表现 |
| get-market-index | 获取大盘指数概览信息,包括上证指数和深证成指等主要指数的实时数据 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |