call_action
Invoke a named store action (e.g., clearHistory) to modify application state.
Instructions
Invoke a store action function by name (e.g. "clearHistory", "setActiveTab")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | Arguments to pass to the action | |
| store | Yes | Store name | |
| action | Yes | Action function name |