discord_list_channels
Retrieve a structured list of all channels in a Discord server, grouped by parent category and ordered by position. Returns a JSON object keyed by category name.
Instructions
List all channels in a server, grouped by their parent category and ordered by position. Returns a JSON object keyed by category name. Read-only. Use discord_find_channel_by_name to locate a specific channel.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| guild_id | Yes | Discord server (guild) ID (snowflake). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||