strapi_get_components
Retrieve all Strapi components with pagination. Returns component data and pagination metadata including page, pageSize, total, and pageCount.
Instructions
Get all components from Strapi with pagination support. Returns both component data and pagination metadata (page, pageSize, total, pageCount).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| server | Yes | The name of the server to connect to | |
| page | No | Page number (starts at 1) | |
| pageSize | No | Number of items per page |