gam_export_audit_to_sheets
Stream a local CSV audit file to a Google Sheet tab in 2000-row chunks, with optional sheet clearing and dry run.
Instructions
Streams a local CSV audit to a Google Sheet tab in safe 2000-row chunks. CSV path must live under GAM_MCP_OUTPUT_DIR.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dryRun | No | ||
| csvPath | Yes | Source CSV path, RELATIVE to GAM_MCP_OUTPUT_DIR (or cwd). | |
| sheetName | Yes | Target sheet tab name. | |
| userEmail | Yes | Impersonated Sheet editor. | |
| clearSheet | No | ||
| spreadsheetId | Yes | Target Google Spreadsheet ID. |