Slack
SLACK_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 slack
Other tools also called SLACK_RETRIEVE_TEAM_PROFILE_DETAILS?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"visibility": {
"type": [
"string",
"null"
],
"default": null,
"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.\nExamples:\n \"all\"\n \"visible\"\n \"hidden\""
}
}
}