add_numbered_callout
Add numbered callouts to images for clear sequential annotation. Specify coordinates, size, and colors; numbers auto-increment for easy step-by-step marking.
Instructions
Add a numbered callout (circled number) to the image.
Numbers auto-increment if not specified, making it easy to add sequential callouts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X coordinate for the callout center | |
| y | Yes | Y coordinate for the callout center | |
| size | No | Size of the callout circle | |
| color | No | Background color of the callout | #ff3333 |
| number | No | Number to display (auto-increments if None) | |
| image_id | Yes | ID of the image to annotate | |
| text_color | No | Color of the number text | #ffffff |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | Status message | |
| image_id | Yes | Image ID that was annotated |