Read Sequence Captions
read_sequence_captionsCheck a Premiere Pro sequence for readable caption tracks, distinguishing missing captions from hosts that can create but not read caption tracks.
Instructions
Diagnose whether the active Premiere scripting host can enumerate caption tracks. It never treats an empty result as proof that the sequence has no captions, because most CEP builds expose caption creation but not caption reads.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sequence_id | No | Sequence ID or name. Defaults to the active sequence. |
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. |