Slack
SLACK_MANUALLY_SET_USER_PRESENCE
Manually sets a user's Slack presence, overriding automatic detection; this setting persists across connections but can be overridden by user actions or Slack's auto-away (e.g., after 10 mins of inactivity).
Remote slack
Other tools also called SLACK_MANUALLY_SET_USER_PRESENCE?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"presence": {
"type": "string",
"description": "The presence state to set for the user. Valid values are 'auto' (Slack determines presence based on activity) or 'away' (sets presence to away).\nExamples:\n \"auto\"\n \"away\""
}
}
}