list_controls
List all inputs and outputs in a running Shiny app, including type, label, value, choices, and visibility. Re-run after dynamic UI changes to re-scan the page and see current controls.
Instructions
List every input (id, type, label, current value, choices, visible) and output (id, type, status, visible). Call again after dynamic UI changes: the page is re-scanned every time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_id | Yes |