get_sequence_details
Retrieve comprehensive details about a specific sequence, including tracks, effects, and markers, to enhance project analysis and automation in Adobe Premiere Pro.
Instructions
Get detailed information about a specific sequence including tracks, effects, and markers
Input Schema
Name | Required | Description | Default |
---|---|---|---|
sequence_name | Yes | Name of the sequence to get details for |
Input Schema (JSON Schema)
{
"properties": {
"sequence_name": {
"description": "Name of the sequence to get details for",
"type": "string"
}
},
"required": [
"sequence_name"
],
"type": "object"
}