Slack
SLACK_SET_DND_DURATION
Turns on Do Not Disturb mode for the current user, or changes its duration.
Remote slack
Other tools also called SLACK_SET_DND_DURATION?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"num_minutes": {
"type": "string",
"description": "Number of minutes, from now, to snooze until.\nExample: \"60\""
}
}
}