browser_get_local_storage
Access and retrieve data from the browser's localStorage. Provide a specific key to get a single value, or omit the key to get all stored entries.
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) |