send_message
Send push notifications to configured Bark devices with a title and message body.
Instructions
向所有配置的 Bark 设备发送消息
Args:
title: 消息标题
content: 消息内容
Returns:
str: 发送结果Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| content | Yes |