Slack
SLACKBOT_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 slackbot
Other tools also called SLACKBOT_MANUALLY_SET_USER_PRESENCE?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"presence": {
"type": "string",
"title": "Presence",
"examples": [
"auto",
"away"
],
"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)."
}
}
}