Slack
SLACKBOT_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 slackbot
Other tools also called SLACKBOT_FETCH_WORKSPACE_SETTINGS_INFORMATION?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"team_id": {
"type": "string",
"title": "Team Id",
"examples": [
"T12345ABCDE"
],
"description": "The unique identifier of the Slack team (workspace) for which to fetch settings. This ID typically starts with 'T'."
}
}
}