lampa_api_surface
Extracts the complete Lampa.* global API surface from source code, listing every module with sub-methods and file usage. Essential reference for plugin development.
Instructions
Extract the complete Lampa.* global API surface from the source code. Lists every module (Lampa.Storage, Lampa.Player, etc.) with its sub-methods and file usage count. The definitive reference for plugin development.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| module | No | Filter to a specific module, e.g. 'Storage', 'Player', 'Settings', 'Lang'. Omit for the full map. | |
| scope | No | Limit search scope. Default: 'all'. |