List a group’s components
list_componentsEnumerate every component in a group, returning name, title, and description per item. Use this to list all members or check if a specific component exists before retrieving details.
Instructions
Every component in one group — full membership, not a ranked sample. Search always returns its top k, so "list ALL X" and "does the registry have X?" need this instead: enumerate, then judge the descriptions yourself. Returns name, title, and description per item; get_component has the details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group | Yes | Group slug to enumerate, e.g. forms. Call list_groups for the taxonomy. | |
| dependencyFree | No | true = only pure React + Tailwind members; false = only dep-carrying ones. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | ||
| group | Yes | ||
| engine | Yes | ||
| components | Yes |