Slack
SLACKBOT_RETRIEVE_CURRENT_USER_DND_STATUS
Retrieves a Slack user's current Do Not Disturb (DND) status to determine their availability before interaction; any specified user ID must be a valid Slack user ID.
Remote slackbot
Other tools also called SLACKBOT_RETRIEVE_CURRENT_USER_DND_STATUS?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"user": {
"type": "string",
"title": "User",
"default": null,
"examples": [
"U012ABCDEF",
"W12345678"
],
"nullable": true,
"description": "User ID to fetch DND status for. If not provided, fetches the DND status for the authenticated user."
}
}
}