Slack

SLACK_FETCH_TEAM_INFO

Fetches comprehensive metadata about the current Slack team, or a specified team if the provided ID is accessible.

Remote slack

Other tools also called SLACK_FETCH_TEAM_INFO? 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\""
    }
  }
}
          

Provider

Slack →