manage_storage
Manage browser storage by getting, setting, deleting, or clearing localStorage and sessionStorage items.
Instructions
🆕 Access and modify localStorage and sessionStorage
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | Storage key | |
| type | Yes | Storage type | |
| value | No | Value to set | |
| action | Yes | Storage action |