Preview Workflow Recipe
preview_workflow_recipeCheck a workflow recipe for validity and see its expanded guarded MCP routes before any Premiere changes. Review required inputs and catch errors without invoking actions.
Instructions
Validate and expand one declarative workflow recipe into guarded MCP routes. It does not invoke any route or change Premiere.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| recipe_id | Yes | Exact built-in or workspace recipe ID. | |
| recipe_file | No | Optional contained JSON file with closed-schema custom recipes. | |
| provided_inputs | No | Names of inputs already available to the caller; values are intentionally not persisted in the recipe preview. | |
| approved_workspace_path | No | Absolute approved workspace containing recipe_file; required with recipe_file. |
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. |