Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default | 
|---|---|---|---|
| REMINDER_MESSAGE | No | The reminder message content | 该起身活动一下了!久坐对健康不利,建议站起来走动走动。 | 
| REMINDER_INTERVAL | No | The reminder interval in minutes | 30 | 
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 | 
|---|---|
| start_reminder | 启动健康提醒定时器,每隔指定时间弹出系统通知  | 
| stop_reminder | 停止健康提醒定时器  | 
| get_status | 获取当前健康提醒的状态和配置  | 
| send_immediate_reminder | 立即发送一次健康提醒通知(不影响定时器)  |