browser_get_local_storage
Read the current page's localStorage; pass a key for a specific value, or omit to get all stored data.
Instructions
Read localStorage from the current page. Pass key for a specific value, or omit for all.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | Specific localStorage key to read (omit for all) |