get_annotation
Retrieve details of a specific annotation by providing its ID or a partial content match for case-insensitive search.
Instructions
Use this when the user wants to view details of a specific annotation. Accepts either the annotation ID or a partial content match (case-insensitive). Do NOT use this for listing all annotations (use list_annotations) or labels (use list_labels).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | The ID of the annotation to retrieve. | |
| content | No | Partial content match (case-insensitive). Used to find the annotation when ID is unknown. |