neuron_get_storage
Retrieve all localStorage or sessionStorage entries for a specified Chrome tab, with values truncated at 500 characters, to inspect or debug browser storage state.
Instructions
Read all localStorage or sessionStorage entries for the current page (values truncated at 500 chars)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Storage type (default: localStorage) | |
| tabId | Yes | Chrome tab ID |