skool_posts_get
Fetch a post's full content and comments using its slug. Retrieve complete details in one call.
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. |