channels_get
Retrieve a Discord channel's full metadata, such as topic, slowmode, and NSFW flag. Use it to inspect channel settings for a known channel ID.
Instructions
Purpose: Fetch full metadata for a single Discord channel.
When to use: inspect topic, slowmode, nsfw of a known channel.
Returns: {id, name, type, nsfw, topic, rate_limit_per_user, position?, parent_id?, guild_id?}. name is null for DMs. position and parent_id are guild-channel-only - both are absent for threads and DMs. Structured topic remains raw user-controlled data; the human-readable text response fences it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel_id | Yes | Target channel ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||