skool_posts_list
Retrieve posts from a Skool community feed. Filter by category and paginate to see post titles, content previews, authors, likes, and comment counts.
Instructions
List posts in a community feed. Supports category filtering and pagination. Returns post title, content preview, author, likes, and comment count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (1-based) | |
| sort | No | Sort order: newest-cm (recent activity), newest (created), top (most liked) | newest-cm |
| category | No | Category/label UUID to filter by | |
| community | No | Community slug. Uses default from config if omitted. |