Slack

SLACKBOT_RETRIEVE_TEAM_PROFILE_DETAILS

Retrieves all profile field definitions for a Slack team, optionally filtered by visibility, to understand the team's profile structure.

Remote slackbot

Other tools also called SLACKBOT_RETRIEVE_TEAM_PROFILE_DETAILS? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "visibility": {
      "type": "string",
      "title": "Visibility",
      "default": null,
      "examples": [
        "all",
        "visible",
        "hidden"
      ],
      "nullable": true,
      "description": "Filters profile fields by visibility. Use 'all' for all fields (default if unspecified), 'visible' for fields where 'is_hidden' is false/unset, or 'hidden' for fields where 'is_hidden' is true."
    }
  }
}
          

Provider

Slack →