get_subreddit_rules
Retrieve a subreddit's posting rules: each rule's name, scope, and description. Use it before creating a post to check requirements and avoid automatic removal.
Instructions
Get a subreddit's posting rules (each rule's name, what it applies to, and its description). Read-only; works anonymously. Returns the rules list, or a note when the subreddit lists none. Call this before create_post to check requirements and avoid auto-removal. For available post flairs use get_post_flairs instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subreddit_name | Yes | The subreddit name, without the r/ prefix (e.g. 'AskReddit'). |