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-current-date | 获取当前日期,以上海时区(Asia/Shanghai, UTC+8)为准,返回格式为 "yyyy-MM-dd"。主要用于解析用户提到的相对日期(如“明天”、“下周三”),为其他需要日期的接口提供准确的日期输入。 |
get-stations-code-in-city | 通过中文城市名查询该城市 所有 火车站的名称及其对应的 |
get-station-code-of-citys | 通过中文城市名查询代表该城市的 |
get-station-code-by-names | 通过具体的中文车站名查询其 |
get-station-by-telecode | 通过车站的 |
get-tickets | 查询12306余票信息。 |
get-interline-tickets | 查询12306中转余票信息。尚且只支持查询前十条。 |
get-train-route-stations | 查询特定列车车次在指定区间内的途径车站、到站时间、出发时间及停留时间等详细经停信息。当用户询问某趟具体列车的经停站时使用此接口。 |