| Push Notifications | send_push_notification | Send a Push Notification, with optional actions, media, and channel targeting. |
| Push Notifications | list_push_notifications | List Push Notification history for the account. |
| Push Notifications | get_push_notification | Get one Push Notification by public ID. |
| App Icon Badge Count | update_app_icon_badge_count | Set or clear the App Icon Badge Count, with optional channel targeting. |
| Live Activities | set_live_activity_stream | Start or update a managed Live Activity stream. |
| Live Activities | pause_live_activity_stream | Pause a stream and end its current Live Activity. |
| Live Activities | resume_live_activity_stream | Resume a paused stream so updates apply again. |
| Live Activities | end_live_activity_stream | End the current Live Activity and remove the stream key. |
| Live Activities | list_live_activities | List Live Activities for the account. |
| Lock Screen Widgets | create_widget_metric | Create a widget metric definition. |
| Lock Screen Widgets | set_widget_metric_value | Set the latest value for a widget metric. |
| Lock Screen Widgets | update_widget_metric | Update a widget metric definition. |
| Lock Screen Widgets | list_widget_metrics | List widget metrics for the account. |
| Lock Screen Widgets | delete_widget_metric | Delete a widget metric. |
| Channels | create_channel | Create a channel for targeting Push Notifications and Live Activities. |
| Channels | get_channel | Get one channel with its assigned users and devices. |
| Channels | list_channels | List channels for the account. |
| Channels | update_channel | Update a channel slug. |
| Channels | set_channel_users | Replace the user membership for a channel. |
| Channels | set_channel_devices | Replace explicit device assignments for a channel. |
| Channels | delete_channel | Delete a channel. |
| Users and Devices | list_account_users | List users in the account for channel assignment. |
| Users and Devices | list_account_devices | List active devices for explicit channel assignment. |
| API Keys | create_api_key | Create an API key. The key secret is shown once. |
| API Keys | list_api_keys | List API keys. Secret values are never returned. |
| API Keys | update_api_key | Update the name or channel scope of an API key. |
| API Keys | delete_api_key | Delete an API key by public ID. |