add_circle
Annotate an image by drawing a circle at specified coordinates with adjustable radius, color, fill, and outline width.
Instructions
Draw a circle on the image.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X coordinate of the center | |
| y | Yes | Y coordinate of the center | |
| fill | No | Fill color (None for no fill) | |
| color | No | Color of the circle | red |
| radius | Yes | Radius of the circle | |
| image_id | Yes | ID of the image to annotate | |
| line_width | No | Width of the circle outline |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | Status message | |
| image_id | Yes | Image ID that was annotated |