Slack

slack_get_channel_info

Get detailed information about a channel including topic, purpose, member count.

Remote node2flow/slack

Other tools also called slack_get_channel_info? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "_fields": {
      "type": "string",
      "description": "Comma-separated list of fields to include in the response"
    },
    "channel": {
      "type": "string",
      "description": "Channel ID (e.g. \"C1234567890\")"
    },
    "include_locale": {
      "type": "boolean",
      "description": "Include locale info"
    },
    "include_num_members": {
      "type": "boolean",
      "description": "Include member count"
    }
  }
}
          

Provider

Slack →