Slack
SLACK_FETCH_DND_STATUS_FOR_MULTIPLE_TEAM_MEMBERS
DEPRECATED: Retrieves a user's current Do Not Disturb status. Use `get_team_dnd_status` instead.
Remote slack
Other tools also called SLACK_FETCH_DND_STATUS_FOR_MULTIPLE_TEAM_MEMBERS?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"users": {
"type": "string",
"description": "Comma-separated list of users to fetch Do Not Disturb status for\nExample: \"U1234,U5678\""
}
}
}