Skip to main content
Glama

Health Reminder MCP Server

by aYon1997

send_immediate_reminder

Send instant health reminder notifications to prompt users to take breaks and move around, with customizable messages, titles, and sound options.

Instructions

立即发送一次健康提醒通知(不影响定时器)

Input Schema

NameRequiredDescriptionDefault
messageNo提醒消息内容该起身活动一下了!
titleNo通知标题健康提醒
soundNo是否播放提示音

Input Schema (JSON Schema)

{ "properties": { "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