get_channel_info
Retrieve detailed information about a specific Slack channel including name, topic, purpose, member count, and creation date by providing the channel ID.
Instructions
Get detailed information about a specific Slack channel.
Args:
channel_id: The ID of the channel (e.g., "C01234567")
Returns:
Dictionary containing channel details including name, topic,
purpose, member count, and creation date
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel_id | Yes |