Import Mogrt
import_mogrtImport a .mogrt Motion Graphics Template onto a video track in your Premiere Pro timeline, setting start time and duration.
Instructions
Import a Motion Graphics Template (.mogrt) file and add it to the timeline
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mogrt_path | Yes | Full path to the .mogrt file | |
| track_index | No | Video track index (default: 0) | |
| start_seconds | No | Start time in seconds (default: 0) | |
| duration_seconds | No | Duration in seconds (default: 5) |
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. |