update_report
Modify an existing Cloud Analytics report with partial updates. Update name, description, labels, or configuration such as metrics, filters, time range, and layout.
Instructions
Use this when the user wants to modify an existing saved Cloud Analytics report. Supports partial updates. Ask the user to confirm changes before executing. Do NOT use this for running ad-hoc queries (use run_query).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the report to update (required). | |
| name | No | Report name. | |
| description | No | Report description. | |
| labels | No | Array of label IDs to assign to the report. | |
| config | No | Configuration for the report. Only specified fields will be updated. Use the dimension tool to look up valid dimension IDs. |