get_storage_schema
Extract all storage keys from the Lampa codebase to map the user-persistence model, including key names, defaults, and file access.
Instructions
Extract all Lampa.Storage keys used across the codebase. Builds a complete map of the user-persistence model: key names, default values, which files read and write each key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | Limit the search scope. Default: 'all'. | |
| key | No | Filter to a single storage key, e.g. 'filmix_token'. |