Verify Mogrt Artifact
verify_mogrt_artifactCheck if a .mogrt file inside an approved workspace exists locally and has a ZIP header, validating only file integrity rather than Premiere Pro compatibility or playback.
Instructions
Verify that a workspace-contained .mogrt artifact exists locally and has a ZIP header. This does not prove controls, import compatibility, playback, or visual correctness.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mogrt_path | Yes | Absolute .mogrt artifact path inside approved_workspace_path. | |
| approved_workspace_path | Yes | Absolute operator-approved workspace root containing mogrt_path. |
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. |