Get Community Settings
discord_get_community_settingsRetrieve community settings for a Discord server, including rules channel, updates channel, and related features.
Instructions
Get the community settings for a server.
Shows rules channel, updates channel, and other community-related settings.
Args:
guild_id (string): Discord server/guild ID
response_format ('markdown' | 'json'): Output format (default: 'json')
Returns: Community settings including channels and features
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| guild_id | Yes | Discord server/guild ID (snowflake) | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for structured data | json |