discord_find_channel_by_name
Find Discord channels by partial name match and get their IDs, names, and types. Resolve a channel ID when you only know the channel's name.
Instructions
Find channels whose name contains a substring (case-insensitive). Returns matching channels (id, name, type) as a JSON array. Read-only. Useful for resolving a channel_id when you only know the channel's name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| guild_id | Yes | Discord server (guild) ID (snowflake). | |
| name | Yes | Case-insensitive substring to match against channel names. |