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_weather | 获取指定地点的天气预报。请提供LocationID或经纬度坐标。 |
| get_location_id | 根据城市名称(拼音/英文)、经纬度、LocationID或Adcode获取其精确的位置ID和详细地理信息。 |
| get_datetime | 获取当前的日期和时间。可以提供一个可选的时区参数,默认为 'Asia/Shanghai'。 |