photoshop_apply_gaussian_blur
Apply a Gaussian blur to the active Photoshop layer. Set radius in pixels and optionally target a specific document ID to prevent UI tab switching errors.
Instructions
Apply Gaussian Blur filter to the active layer
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| radius | Yes | Blur radius in pixels (0.1-250) | |
| document_id | No | Optional Photoshop document id from photoshop_get_state / photoshop_list_documents. When set, the tool activates that document before running so a UI tab switch cannot retarget the edit. |