channels_list
List every channel in a Discord server to find channel IDs by name and audit the server’s 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 | |||