List Clip Effects
list_clip_effectsList all effects on a clip with their properties and current values to debug effect problems. Pinpoint exactly which effect is causing issues.
Instructions
List all effects/components on a clip with their properties and current values. Essential for debugging effect issues.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_id | Yes | Node ID of the clip to inspect |
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. |