Slack
SLACKBOT_FETCH_CURRENT_TEAM_INFO_WITH_OPTIONAL_TEAM_SCOPE
DEPRECATED: Fetches comprehensive metadata about the current Slack team. Use `fetch_team_info` instead.
Remote slackbot
Other tools also called SLACKBOT_FETCH_CURRENT_TEAM_INFO_WITH_OPTIONAL_TEAM_SCOPE?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"team": {
"type": "string",
"title": "Team",
"default": null,
"examples": [
"T12345678",
"E87654321"
],
"nullable": true,
"description": "The ID of the team to retrieve information for. If omitted, information for the current team (associated with the authentication token) is returned. The token must have permissions to view the specified team, especially for teams accessible via external shared channels."
}
}
}