skool_posts_list
List community posts with category filtering and pagination. Get post title, content preview, author, likes, and comment count.
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. |