update_annotation
Modify an existing annotation by updating its content, timestamp, reports, or labels. Confirm changes before executing.
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). | |
| content | No | The content of the annotation. Set to null to clear. Must be non-empty if provided as a string. | |
| timestamp | No | The date associated with the annotation in ISO 8601 date-time format. Set to null to clear. | |
| reports | No | List of report IDs to associate with the annotation. Set to null to clear. | |
| labels | No | List of label IDs to associate with the annotation. Set to null to clear. Labels must already exist. |