Get Clip Properties
get_clip_propertiesFetch detailed properties for any clip by providing its node ID. Enables inspection of metadata, settings, and attributes within Premiere Pro.
Instructions
Get detailed properties of a specific clip by its node ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_id | Yes | The 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. |