list_all_components
List all components and other frontend codebase items, filtered by architecture layer, with compact summaries or optional full metadata.
Instructions
List the codebase catalog as compact summaries: { totalCount, lastScanned, byLayer, components } where each entry has name, architecture layer, category, relative path, and description/routePath when present. byLayer counts cover the whole catalog; layer filters the components list. Pass verbose:true for full metadata objects (large). Follow up with get_component_detail for one item's full data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| layer | No | Optional: filter the components list to one architecture layer | |
| verbose | No | Return full Component objects instead of compact summaries (default false; large output) |