inspect_storage
Inspect browser storage on the current page, returning key-value pairs with size information. Filter by storage type and key name substring.
Instructions
Inspect browser storage (localStorage and sessionStorage) on the current page. Returns all key-value pairs with size information. Supports filtering by storage type and key pattern.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | Which storage to inspect: 'local' for localStorage, 'session' for sessionStorage, 'all' for both | all |
| pattern | No | Filter by key name substring |