probe_widget_data
Probe a widget's data to see its source and available field paths before binding. Returns live, sample, or error status along with bindable dot-paths and sample values.
Instructions
Return a widget's data as JSON to pick "field" paths before binding a data primitive. Returns {data, data_source, reason, fields}: "data_source" is "live" (real fetch), "sample" (demo fallback because nothing was configured), or "error" (fetch failed) so you never mistake a placeholder for a real result; "fields" lists the bindable dot-paths with sample values (a wrong key simply isn't in the list; an empty payload has fields with null values).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| widget | Yes | ||
| options | No |