Verba Plugin profile

Get Notifications

Fetches queued notifications from the Home Assistant bridge. Call this when the user asks for notifications or recent alerts.

get_notifications Version 1.1.1
When to use

Best-fit scenarios

Use when the user asks for notifications or alerts.

How to call it

Execution guidance

Use the example call shape below and provide only the fields the plugin expects.

Arguments

Input shape

This Verba Plugin currently exposes no explicit argument fields in its usage metadata.

Settings

Required configuration

No required settings are declared in the current Verba Plugin metadata.

Example call

Canonical usage JSON

{
  "function": "get_notifications",
  "arguments": {}
}