analytics
Google Admin Reports MCP, CLI, and Lua Integration for AI Agents
Google Admin Reports integration docs for AI agents: MCP gateway setup, Google Admin Reports CLI commands, Lua API reference, credentials, and function schemas.Google Admin Reports for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Agent Surfaces
Machine-Readable Metadata
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
google-admin-reports.google_admin_reports_user_usage_report_get | Read read | 0 | User Usage Report Get (GET /admin/reports/v1/usage/users/{userKey}/dates/{date}). |
google-admin-reports.google_admin_reports_customer_usage_reports_get | Read read | 0 | Customer Usage Reports Get (GET /admin/reports/v1/usage/dates/{date}). |
google-admin-reports.google_admin_reports_entity_usage_reports_get | Read read | 0 | Entity Usage Reports Get (GET /admin/reports/v1/usage/{entityType}/{entityKey}/dates/{date}). |
google-admin-reports.google_admin_reports_channels_stop | Write write | 0 | Channels Stop (POST /admin/reports_v1/channels/stop). |
google-admin-reports.google_admin_reports_activities_list | Read read | 0 | Activities List (GET /admin/reports/v1/activity/users/{userKey}/applications/{applicationName}). |
google-admin-reports.google_admin_reports_activities_watch | Write write | 0 | Activities Watch (POST /admin/reports/v1/activity/users/{userKey}/applications/{applicationName}/watch). |