run_prepare
Create an immutable, descriptively named Stata run without executing it, enabling reproducible project tracking.
Instructions
Create an immutable, descriptively named run without executing it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| intent | Yes | ||
| plan_id | No | ||
| run_name | Yes | ||
| plan_scope | No | ||
| actor_client | No | mcp-client | |
| project_path | No | ||
| parent_run_id | No | ||
| dofile_content | Yes | ||
| managed_analysis | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| run | No | ||
| data | No | ||
| error | No | ||
| warnings | No |