Slack

SLACK_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 slack

Other tools also called SLACK_RETRIEVE_CURRENT_USER_DND_STATUS? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "user": {
      "type": [
        "string",
        "null"
      ],
      "default": null,
      "description": "User ID to fetch DND status for. If not provided, fetches the DND status for the authenticated user.\nExamples:\n  \"U012ABCDEF\"\n  \"W12345678\""
    }
  }
}
          

Provider

Slack →