get_subreddit_rules
Fetch the posted rules for a subreddit. 1 credit per call.
Remote threadsnoop/reddit
Remote (network-hosted)
Other tools also called get_subreddit_rules?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"subreddit": {
"type": "string",
"minLength": 1,
"description": "Subreddit to fetch posting rules for, without the r/ prefix."
}
}
}