Slack
SLACK_GET_USER_PRESENCE_INFO
Retrieves a Slack user's current real-time presence (e.g., 'active', 'away') to determine their availability, noting this action does not provide historical data or status reasons.
Remote slack
Other tools also called SLACK_GET_USER_PRESENCE_INFO?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"user": {
"type": "string",
"description": "The ID of the user to query for presence information. This is a string identifier, typically starting with 'U' or 'W' (e.g., 'U123ABC456'). If not provided, presence information for the authenticated user will be returned.\nExamples:\n \"U012A3CDE\"\n \"W012A3CDE\""
}
}
}