discord_find_channel_by_name
Find Discord channels by name substring (case-insensitive). Returns matching channel IDs, names, and types to resolve channel IDs from partial names.
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 |
|---|---|---|---|
| name | Yes | Case-insensitive substring to match against channel names. | |
| guild_id | Yes | Discord server (guild) ID (snowflake). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| matches | Yes |