run_command
Run JavaScript in a Firefox tab to explore Redux state and dispatch actions for debugging Appsmith apps.
Instructions
Evaluate an arbitrary JS snippet in the attached Firefox tab and return the result.
The snippet runs in page context with access to window.__store. Use for exploring
Redux state and discovering action shapes. Result must be JSON-serializable. Use
sparingly and only with explicit user permission — this is an escape hatch that can
dispatch any action and read any state, bypassing the safety constraints of the
other tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| snippet | Yes |