Slack
SLACK_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 slack
Other tools also called SLACK_FETCH_BOT_USER_INFORMATION?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"bot": {
"type": "string",
"description": "The ID of the bot user to retrieve information for. This typically starts with 'B'.\nExample: \"B0123456789\""
}
}
}