inspect_dom_object
Inspect any Premiere Pro DOM object by specifying a dot-path. Lists its properties, methods, and values to help explore the API and debug issues.
Instructions
Inspect a Premiere Pro DOM object and list its properties, methods, and values. Useful for exploring the API and debugging.
Examples:
"app.project" → project properties
"app.project.activeSequence" → sequence properties
"app.project.activeSequence.videoTracks[0].clips[0]" → first clip on V1
"app.project.activeSequence.videoTracks[0].clips[0].components[0]" → first component of a clip
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_path | Yes | Dot-path to the DOM object to inspect (e.g., 'app.project.activeSequence') | |
| max_depth | No | Max depth for nested inspection (default: 1, max: 3) |