Get Discord Channel Info
discord_get_channelRetrieve details for a Discord channel by ID, including name, type, topic, and category. Supports JSON or markdown output.
Instructions
Get detailed information about a specific channel.
Args:
channel_id (string): Discord channel ID
response_format ('markdown' | 'json'): Output format (default: 'json')
Returns: Channel details including name, type, topic, and category
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 |