Slack
SLACKBOT_ACTIVATE_OR_MODIFY_DO_NOT_DISTURB_DURATION
DEPRECATED: Turns on Do Not Disturb mode for the current user, or changes its duration. Use `set_dnd_duration` instead.
Remote slackbot
Other tools also called SLACKBOT_ACTIVATE_OR_MODIFY_DO_NOT_DISTURB_DURATION?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"num_minutes": {
"type": "string",
"title": "Num Minutes",
"examples": [
"60"
],
"description": "Number of minutes, from now, to snooze until."
}
}
}