List AI Canvas components
list_componentsList AI Canvas components, filter by category, and see screenshots, install commands, and descriptions to evaluate options directly. Supports pagination.
Instructions
Return AI Canvas components, optionally filtered by category. Use after list_categories to drill into one, or pass no filter to browse everything. Each result includes slug, name, description, categories, screenshot URL, install command, and homepage URL — enough to evaluate without a separate get_component call. Pagination via limit and offset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max number of components to return. Default 25. | |
| offset | No | Number of components to skip (for pagination). Default 0. | |
| category | No | Optional category label, e.g. "Cards & Modals", "Backgrounds", "Typography". Case-insensitive. Omit to list all components. |