Slack
SLACK_GET_CHANNEL_CONVERSATION_PREFERENCES
Retrieves conversation preferences (e.g., who can post, who can thread) for a specified channel, primarily for use within Slack Enterprise Grid environments.
Remote slack
Other tools also called SLACK_GET_CHANNEL_CONVERSATION_PREFERENCES?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"channel_id": {
"type": "string",
"description": "Identifier of the channel for which to retrieve conversation preferences.\nExample: \"C0123456789\""
}
}
}