Publish Mogrt To Library
publish_mogrt_to_libraryPublish the exact previewed MOGRT as an immutable local-library version. Requires explicit confirmation and fails if a version already exists.
Instructions
Publish the exact previewed MOGRT as an immutable local-library version. Requires explicit confirmation and will fail instead of replacing an existing version.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| preview_token | Yes | One-time token returned by preview_mogrt_library_publish. | |
| confirm_publish | Yes | Must be true to copy the immutable library version. |
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. |