update_annotation
Modify an existing annotation by updating its labels, content, reports, or timestamp. Confirm changes before execution.
Instructions
Use this when the user wants to modify an existing annotation. Ask the user to confirm changes before executing. Do NOT use this for creating new annotations (use create_annotation) or labels (use update_label).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the annotation to update (required). | |
| labels | No | List of label IDs to associate with the annotation. Set to null to clear. Labels must already exist. | |
| content | No | The content of the annotation. Set to null to clear. Must be non-empty if provided as a string. | |
| reports | No | List of report IDs to associate with the annotation. Set to null to clear. | |
| timestamp | No | The date associated with the annotation in ISO 8601 date-time format. Set to null to clear. |