Batch Operations
ps_batchRun a series of Photoshop operations in one call, chaining steps without multiple round-trips.
Instructions
Executes multiple tool operations in sequence within a single call. Each operation specifies a tool name and its arguments. Results are returned as a combined array. Use this to chain several steps without round-trips.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operations | Yes | Ordered list of {tool, args} operations to execute |