channels_list
List all channels in a Discord guild to discover channel IDs by name or audit channel layout.
Instructions
Purpose: List all channels in a Discord guild.
When to use: discover channel IDs by name; audit channel layout.
Example: {guild_id:"999000999000999000"}
Returns: {channels:[{id,name,type,position,parent_id,nsfw}], count}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| guild_id | Yes | Guild to list channels for |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||