Slack
SLACK_FETCH_CURRENT_TEAM_INFO_WITH_OPTIONAL_TEAM_SCOPE
DEPRECATED: Fetches comprehensive metadata about the current Slack team. Use `fetch_team_info` instead.
Remote slack
Other tools also called SLACK_FETCH_CURRENT_TEAM_INFO_WITH_OPTIONAL_TEAM_SCOPE?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"team": {
"type": [
"string",
"null"
],
"default": null,
"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.\nExamples:\n \"T12345678\"\n \"E87654321\""
}
}
}