Preview Mogrt Library Publish
preview_mogrt_library_publishPreview a validated MOGRT publishing into an existing local library root as a dry run, verifying versioned no-overwrite behavior without creating any files.
Instructions
Preview a no-overwrite publish of a validated MOGRT into a workspace-contained, versioned local library. The library root must already exist; no file or directory is created during preview.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mogrt_path | Yes | Existing workspace-contained MOGRT artifact. | |
| template_name | Yes | Safe immutable library template name. | |
| library_directory | Yes | Existing workspace-contained local library root. | |
| approved_workspace_path | Yes | Absolute operator-approved workspace root. |
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. |