propose_change
Propose a multi-step backend structure change plan using dry-run previews and execution bodies, pending human approval before any mutation runs.
Instructions
複数ステップの構造変更を Change Plan として提案(schema/full)。必須: goal, risk, steps(各 step に dry_run + mutation.body)。本ツールは mutations を実行しない。Human が Console で承認するまで pending_approval。先に apply_* / migrate_field_to_master_reference / rename_master_record_slug を dryRun: true で呼び、返却を steps[].dry_run.raw に格納し、本実行用 body を mutation.body に入れる。action は apply_form_blueprint / apply_builtin_form_template / apply_master_blueprint / migrate_field_to_master_reference / rename_master_record_slug。詳細: agent.change-plans / agent.mcp-security-permissions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | Yes | What this multi-step change intends to achieve | |
| risk | Yes | Suggested risk; server may bump from dry_run signals | |
| runId | No | Optional Agent Run correlation (#109) | |
| steps | Yes | Ordered steps with dry_run previews + mutation.body for later execution. Build from apply_* dryRun first. | |
| impact | No | Human-readable impact bullets for Console review |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| status | No | ||
| changePlan | No |