create_annotation
Create a Grafana annotation (event marker) to mark significant events on dashboards, with optional tags and dry-run preview.
Instructions
[WRITE][risk=medium] Create a Grafana annotation (an event marker).
Args: text: Annotation text. tags: Optional list of tag strings. dashboard_uid: Optional dashboard UID to attach the annotation to. dry_run: If True, preview without creating. target: Grafana target name from config; omit for the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| text | Yes | ||
| target | No | ||
| dry_run | No | ||
| dashboard_uid | No |