create_annotation
Add a new annotation to mark a specific date or event in cost data. Provide content and timestamp; optionally associate with reports and labels.
Instructions
Use this when the user wants to add a new annotation to mark a specific date or event in cost data. Ask the user to confirm the annotation details before executing. Do NOT use this for creating labels (use create_label) or alerts (use create_alert).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | The content of the annotation (required, non-empty). | |
| timestamp | Yes | The date associated with the annotation in ISO 8601 date-time format (required). | |
| reports | No | List of report IDs to associate with the annotation. | |
| labels | No | List of label IDs to associate with the annotation. Labels must already exist. |