get_channel_info
Retrieve detailed information about a specific Slack channel using its unique ID to manage and analyze channel data efficiently within the Slack MCP Server.
Instructions
Get detailed information about a specific Slack channel.
Args: channel_id: The ID of the channel
Input Schema
Name | Required | Description | Default |
---|---|---|---|
channel_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"channel_id": {
"title": "Channel Id",
"type": "string"
}
},
"required": [
"channel_id"
],
"type": "object"
}