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 |
---|---|
stations |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
get-stations-code-in-city | 通过城市名查询该城市所有车站的station_code |
get-station-code-of-city | 通过城市名查询该城市对应的station_code |
get-station-code-by-name | 通过车站名查询station_code |
get-tickets | 查询12306余票信息。 |