Get Clip Adjustment Layer
get_clip_adjustment_layerCheck if a clip is an adjustment layer by providing its node ID. Returns a boolean indicating whether the clip functions as an adjustment layer.
Instructions
Check if a clip is an adjustment layer
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_id | Yes | Node ID of the clip |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the tool completed successfully. | |
| data | No | Tool-specific result data when ok is true. | |
| tool | Yes | The registered MCP tool name. | |
| error | No | Failure detail when ok is false. |