execution_journal_finish
Close out an execution journal by recording its final status, summary, artifacts, and verification evidence. Returns structured results and final stats for reviewing completed Unreal Engine workflows.
Instructions
Finish an execution journal and record final evidence.
Args: journal_path: Path returned by execution_journal_start status: completed, completed_with_warnings, failed, blocked, or cancelled summary: Short human-readable closeout artifacts: Optional final file, asset, screenshot, or log paths verification: Optional final test/diagnostic evidence
Returns: JSON string with StructuredResult and final journal stats.
KB: see knowledge_base/32_AGENT_PLAYABLE_SLICE_RECIPE.md#overview Example: execution_journal_finish(journal_path="/Game/MCP_Test/Example")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | completed | |
| summary | No | ||
| artifacts | No | ||
| journal_path | Yes | ||
| verification | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |