Preview Editorial Plan
preview_editorial_planRevalidate an editorial plan against saved project revisions to obtain a confirmation token, verifying the plan is current without applying changes.
Instructions
Revalidate an exact server-issued editorial plan against the saved project-context revisions and return an opaque confirmation token. This tool is read-only and cannot apply the plan.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan | Yes | Unchanged plan returned by create_editorial_plan from this running server instance. |
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. |