strapi_list_tutorials
Retrieve tutorials from Strapi CMS with filtering by status, difficulty, category, and pagination controls for organized content discovery.
Instructions
List all tutorials with filtering and pagination
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number | |
| pageSize | No | Results per page | |
| status | No | Filter by status | all |
| difficulty | No | Filter by difficulty | |
| category_id | No | Filter by category ID | |
| sort | No | Sort field and direction | createdAt:desc |