send_push
Send a push notification with title and body to a target app. Use confirm:true to execute; omit confirm to preview the notification without sending. Accepts optional image, target URL, and schedule time.
Instructions
Sends a push to the app's devices. Destructive — call with confirm:true to send; without it returns a preview.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Notification body | |
| title | Yes | Notification title | |
| app_id | Yes | The app ID | |
| confirm | No | Set true to send. Without it the tool returns a preview and performs no write. | |
| image_path | No | Optional image path | |
| target_url | No | Optional URL opened when tapped | |
| scheduled_at | No | Optional ISO-8601 schedule time |