get_redux_state
Inspect Redux state and recent actions from DevTools or exposed stores, filtering by path to debug React app issues.
Instructions
Inspect Redux store state and recent actions. Works with Redux DevTools or globally exposed stores.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Dot-notation path to specific state slice (e.g., "user.profile") | |
| actionsLimit | No | Maximum number of recent actions to return (default: 20) |