Slack
SLACK_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 slack
Other tools also called SLACK_SET_A_CONVERSATION_S_PURPOSE?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"channel": {
"type": "string",
"description": "The ID of the conversation (channel, direct message, or group message) to set the purpose for.\nExamples:\n \"C012AB3CD4E\"\n \"D0G9ALE3P\"\n \"G12345678\""
},
"purpose": {
"type": "string",
"description": "The new purpose for the conversation. This text will be displayed as the channel description. The maximum length is 250 characters.\nExamples:\n \"Discuss project milestones and deadlines.\"\n \"Team updates and daily stand-ups.\""
}
}
}