Slack
SLACKBOT_FETCH_BOT_USER_INFORMATION
Fetches information for a specified, existing Slack bot user; will not work for regular user accounts or other integration types.
Remote slackbot
Other tools also called SLACKBOT_FETCH_BOT_USER_INFORMATION?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"bot": {
"type": "string",
"title": "Bot",
"examples": [
"B0123456789"
],
"description": "The ID of the bot user to retrieve information for. This typically starts with 'B'."
}
}
}