inspect_storage
Inspect browser storage to retrieve key-value pairs with size information. Filter by storage type (local/session) or key pattern for targeted analysis.
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 |
|---|---|---|---|
| pattern | No | Filter by key name substring | |
| target | No | Which storage to inspect: 'local' for localStorage, 'session' for sessionStorage, 'all' for both | all |