Slack
SLACKBOT_SET_A_CONVERSATION_S_PURPOSE
Sets the purpose (a short description of its topic/goal, displayed in the header) for a Slack conversation; the calling user must be a member.
Remote slackbot
Other tools also called SLACKBOT_SET_A_CONVERSATION_S_PURPOSE?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"channel": {
"type": "string",
"title": "Channel",
"examples": [
"C012AB3CD4E",
"D0G9ALE3P",
"G12345678"
],
"description": "The ID of the conversation (channel, direct message, or group message) to set the purpose for."
},
"purpose": {
"type": "string",
"title": "Purpose",
"examples": [
"Discuss project milestones and deadlines.",
"Team updates and daily stand-ups."
],
"description": "The new purpose for the conversation. This text will be displayed as the channel description. The maximum length is 250 characters."
}
}
}