get_state
Read the current state from a Zustand store. Use a dot-path to retrieve a specific slice or nested value.
Instructions
Read state from a Zustand store. Optionally provide a dot-path to read a specific slice.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Dot-path to a specific value (e.g. "activeSessionId") | |
| store | Yes | Store name (e.g. "app", "session") |