blur_region
Blur or pixelate a selected region of a screenshot to hide sensitive information like passwords or personal details.
Instructions
Blur or pixelate a region of the image to hide sensitive information.
Use this for hiding passwords, email addresses, personal info, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X coordinate of the top-left corner | |
| y | Yes | Y coordinate of the top-left corner | |
| width | Yes | Width of the region to blur | |
| height | Yes | Height of the region to blur | |
| image_id | Yes | ID of the image to annotate | |
| pixelate | No | Use pixelation instead of blur | |
| blur_strength | No | Blur strength (1-50, higher = more blur) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | Status message | |
| image_id | Yes | Image ID that was annotated |