list_components_by_category
Groups web components by functional category using JSDoc tags or pattern matching. Filter by a specific category or include uncategorized components.
Instructions
Group components by functional category (form, navigation, feedback, layout, data-display, media, overlay). Uses @category JSDoc tag when present, falls back to heuristic tag-name pattern matching.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| libraryId | No | Optional library ID to target a specific loaded library instead of the default. | |
| category | No | Optional category to filter to (e.g. "form", "navigation"). If omitted, returns all categories. | |
| includeUncategorized | No | When true, includes components that could not be categorized (default: false). |