strapi_get_components
Retrieve all components from Strapi CMS with pagination, including component data and metadata such as page number, page size, total items, and page count.
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 |
---|---|---|---|
page | No | Page number (starts at 1) | |
pageSize | No | Number of items per page | |
server | Yes | The name of the server to connect to |