browser_get_local_storage
Retrieve localStorage values from the current browser page. Specify a key to get a specific value, or omit the key to read 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) |