skool_posts_get
Fetch a specific Skool post by slug and retrieve its full content with comments. Get post details needed for community management and engagement tracking.
Instructions
Get a single post with its full content and comments. Provide the post slug (name field from posts list).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| postSlug | Yes | The post slug/name (from the 'name' field in posts list) | |
| community | No | Community slug. Uses default from config if omitted. |