Slack
SLACK_ADD_A_STAR_TO_AN_ITEM
Stars a channel, file, file comment, or a specific message in Slack.
Remote slack
Other tools also called SLACK_ADD_A_STAR_TO_AN_ITEM?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"file": {
"type": "string",
"description": "ID of the file to add a star to.\nExamples:\n \"F1234567890\"\n \"F0987654321\""
},
"channel": {
"type": "string",
"description": "ID of the channel to star. If starring a specific message, this is the ID of the channel containing the message, and `timestamp` must also be provided.\nExamples:\n \"C1234567890\"\n \"G0123456789\""
},
"timestamp": {
"type": "string",
"description": "Timestamp of the message to add a star to. This uniquely identifies the message within the specified `channel`. Requires `channel` to also be provided.\nExamples:\n \"1234567890.123456\"\n \"1678886400.000100\""
},
"file_comment": {
"type": "string",
"description": "ID of the file comment to add a star to.\nExamples:\n \"Fc1234567890\"\n \"Fc0987654321\""
}
}
}