Slack
SLACKBOT_SET_DND_DURATION
Turns on Do Not Disturb mode for the current user, or changes its duration.
Remote slackbot
Other tools also called SLACKBOT_SET_DND_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."
}
}
}