Slack
SLACK_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 slack
Other tools also called SLACK_ACTIVATE_OR_MODIFY_DO_NOT_DISTURB_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\""
}
}
}