Slack
SLACK_FETCH_WORKSPACE_SETTINGS_INFORMATION
Retrieves detailed settings for a specific Slack workspace, primarily for administrators in an Enterprise Grid organization to view or audit workspace configurations.
Remote slack
Other tools also called SLACK_FETCH_WORKSPACE_SETTINGS_INFORMATION?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"team_id": {
"type": "string",
"description": "The unique identifier of the Slack team (workspace) for which to fetch settings. This ID typically starts with 'T'.\nExample: \"T12345ABCDE\""
}
}
}