Verba Plugin profile

Finding Your Phone

Use this when the user asks where their phone is, or asks to find, ring, locate, or make their phone play a sound.

find_my_phone Version 1.0.4
When to use

Best-fit scenarios

Use when the user asks to find, ring, locate, or make their phone beep.

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

  • ALERT_COUNT number

    How many times to send the alert (1-5)

    Default: 2
  • ALERT_DELAY_SECONDS number

    Delay between alerts (seconds)

    Default: 0.6
  • DEFAULT_MESSAGE string

    Default notification message

    Default: 🔔 Phone alert requested!
  • DEFAULT_TITLE string

    Default notification title

    Default: Find My Phone
  • MOBILE_NOTIFY_SERVICE string

    Notify service (ex: notify.mobile_app_taters_iphone)

  • REQUEST_TIMEOUT_SECONDS number

    HTTP timeout (seconds)

    Default: 15
Example call

Canonical usage JSON

{
  "function": "find_my_phone",
  "arguments": {}
}