Slack
SLACK_SET_THE_TOPIC_OF_A_CONVERSATION
Sets or updates the topic for a specified Slack conversation.
Remote slack
Other tools also called SLACK_SET_THE_TOPIC_OF_A_CONVERSATION?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"topic": {
"type": "string",
"description": "The new topic for the conversation. It must be a string up to 250 characters long. Text formatting and linkification are not supported.\nExamples:\n \"Q4 Planning Discussion\"\n \"Weekly Sync Updates\""
},
"channel": {
"type": "string",
"description": "The ID of the public channel, private channel, direct message, or multi-person direct message conversation for which the topic will be set.\nExamples:\n \"C1234567890\"\n \"G0123456789\"\n \"D012345678\""
}
}
}