send_notification
Send system desktop notifications for task reminders, status updates, and event alerts. Supports custom icons, sounds, and optional app activation on click.
Instructions
发送系统桌面通知。可用于任务完成提醒、状态更新、重要事件通知等场景。支持自定义图标、声音和点击通知打开指定应用。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| icon | No | 图标设置(可选):string(文件路径/URL)、false(禁用图标)、不传表示使用默认图标 | |
| open | No | 点击通知后要激活的应用名称(可选) | |
| sound | No | 声音设置(可选):string(文件路径/URL)、false(静音)、不传表示使用默认声音 | |
| title | Yes | 通知标题,应该简洁明了地概括通知的主要内容 | |
| message | Yes | 通知的详细内容,可以包含具体信息和上下文 |