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