diagnose_environment
Run a health check of your Chrome Enterprise Premium environment. Identify issues in organizational units, DLP rules, detectors, and browser versions.
Instructions
Runs a health check of the Chrome Enterprise Premium environment.
By default returns a summary with counts and pre-computed issues — no large arrays. The agent should present these findings to the user.
To drill into detail, pass a 'section' parameter:
"orgUnits" — paginated list of organizational units
"dlpRules" — paginated list of DLP rules with action types
"detectors" — paginated list of content detectors
"browserVersions" — all browser version counts
Use 'limit' and 'offset' for pagination on large datasets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size for detail sections (default 50). | |
| offset | No | Pagination offset for detail sections (default 0). | |
| section | No | Drill into a specific section with paginated results. Omit for summary. | |
| customerId | No | The Chrome customer ID. Auto-resolved if omitted. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||