create_annotation
Mark a specific date or event in cost data by adding an annotation with content and timestamp. Confirm the details before saving to associate context with your cost timeline.
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 |
|---|---|---|---|
| labels | No | List of label IDs to associate with the annotation. Labels must already exist. | |
| content | Yes | The content of the annotation (required, non-empty). | |
| reports | No | List of report IDs to associate with the annotation. | |
| timestamp | Yes | The date associated with the annotation in ISO 8601 date-time format (required). |