Get Channel Permissions
discord_get_channel_permissionsRetrieve all permission overrides for a Discord channel, showing allow/deny settings for each role or member.
Instructions
Get all permission overrides for a channel.
Args:
channel_id (string): Discord channel ID
response_format ('markdown' | 'json'): Output format (default: 'json')
Returns: List of permission overrides with allow/deny for each role/member
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel_id | Yes | Discord channel ID (snowflake) | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for structured data | json |