Get widget settings
get_widget_settingsRead the current settings JSON for alert, chat, goal, or prediction widgets in the active scene. Returns the exact format needed by update_widget_settings for editing and resending.
Instructions
Read the current settings JSON for a widget in the active scene (alert box, chat box, goal tracker, or prediction tracker). Returns the exact shape update_widget_settings accepts: read it, change the fields you want, send it back. Errors with widget_not_found if the active scene has no widget of that type (alerts always exist).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Canvas to read (default horizontal). | |
| widget_type | Yes | Which widget to read. |