Verba Plugin profile

Events Query

Answer natural-language questions about stored household events by area and timeframe (for example what happened, who was seen, how long activity lasted, and whether someone is there now).

events_query Version 1.1.0
When to use

Best-fit scenarios

Use for historical event summaries from stored automations logs (not live camera snapshots).

How to call it

Execution guidance

Pass one natural-language query. Include area and timeframe naturally in the query. Optional structured overrides: area, timeframe.

Arguments

Input shape

  • query string

    natural-language events question naming area/timeframe (for example: what happened in the front yard yesterday?)

Settings

Required configuration

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

Example call

Canonical usage JSON

{
  "function": "events_query",
  "arguments": {
    "query": "natural-language events question naming area/timeframe (for example: what happened in the front yard yesterday?)"
  }
}