Slack
slack_get_team_info
Get information about the workspace/team: name, domain, icon, etc.
Remote node2flow/slack
Other tools also called slack_get_team_info?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"team": {
"type": "string",
"description": "Team ID (for org-level tokens; optional for single-workspace tokens)"
},
"_fields": {
"type": "string",
"description": "Comma-separated list of fields to include in the response"
}
}
}