update_report
Modify an existing Cloud Analytics report by updating specific fields such as name, configuration, or labels. Supports partial updates to change only desired properties.
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. | |
| config | No | Configuration for the report. Only specified fields will be updated. Use the dimension tool to look up valid dimension IDs. | |
| labels | No | Array of label IDs to assign to the report. | |
| description | No | Report description. |