photoshop_adjust_curves
Add a non-destructive Curves adjustment layer to fix flat images, improve contrast, or apply an S-curve for a tonal pop using auto_tone or neutral presets.
Instructions
Create a Curves adjustment layer on the active document.
Users often say: make it pop, S-curve, fix flat image, auto tone, improve contrast.
Use when: global tonal correction via a non-destructive Curves adjustment layer. Do NOT use when: stylistic cinematic grade — use photoshop_recipe_apply_color_grade.
Returns: JSON { ok, summary, details: { layer_name, preset } }. Preconditions: active document. Side effects: adds Curves adjustment layer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| preset | No | auto_tone (S-curve) or neutral (identity curve) | auto_tone |
| 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. |