List PCF controls
list_componentsBrowse the PCFHub catalog with optional filters: a text query, category slug, tag slugs, author slug and control type. Paged; returns each control's slug, name, tagline, control type, latest version and URL. Use list_taxonomy to discover valid category, tag and author slugs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Defaults to 1. | |
| sort | No | Defaults to relevance when there is a query, newest otherwise. | |
| tags | No | Tag slugs, from list_taxonomy. A control must carry every tag given. | |
| query | No | Words to match against names, taglines and descriptions. | |
| author | No | An author slug, from list_taxonomy. | |
| category | No | A category slug, from list_taxonomy. | |
| per_page | No | Defaults to 24; at most 48. | |
| control_type | No | field binds one column on a form; dataset renders a view; virtual is a React control; grid_customizer changes how an editable grid renders cells. |