Skip to main content
Glama

Health Reminder MCP Server

by aYon1997

start_reminder

Set up periodic system notifications to remind users to take breaks and move around, with customizable intervals, messages, and notification settings.

Instructions

启动健康提醒定时器,每隔指定时间弹出系统通知

Input Schema

NameRequiredDescriptionDefault
intervalNo提醒间隔时间(分钟),默认 30 分钟
messageNo提醒消息内容该起身活动一下了!久坐对健康不利,建议站起来走动走动。
titleNo通知标题健康提醒
soundNo是否播放提示音

Input Schema (JSON Schema)

{ "properties": { "interval": { "default": 30, "description": "提醒间隔时间(分钟),默认 30 分钟", "type": "number" }, "message": { "default": "该起身活动一下了!久坐对健康不利,建议站起来走动走动。", "description": "提醒消息内容", "type": "string" }, "sound": { "default": true, "description": "是否播放提示音", "type": "boolean" }, "title": { "default": "健康提醒", "description": "通知标题", "type": "string" } }, "type": "object" }

Other Tools from Health Reminder MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/aYon1997/health-reminder-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server