automod_get_rule
Fetch a single AutoMod rule to inspect its configuration before editing. Returns the complete rule shape, including raw user-authored metadata and a separate untrusted text copy.
Instructions
Purpose: Fetch a single AutoMod rule.
When to use:
Inspect rule config before editing.
Returns: full rule shape. name and trigger metadata remain raw user-authored data; untrusted_text provides a separately fenced copy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rule_id | Yes | AutoMod rule to fetch | |
| guild_id | Yes | Guild containing the rule |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||