Slack
SLACK_LEAVE_A_CONVERSATION
Leaves a Slack conversation given its channel ID; fails if leaving as the last member of a private channel or if used on a Slack Connect channel.
Remote slack
Other tools also called SLACK_LEAVE_A_CONVERSATION?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"channel": {
"type": "string",
"description": "ID of the conversation to leave (e.g., C1234567890). Despite `default=None` in the schema, this ID is functionally required by the Slack API.\nExamples:\n \"C1234567890\"\n \"D9876543210\"\n \"G12345ABCDE\""
}
}
}