Safe schema workflow
- Inspect the target tenant with local_ydb_status_report and local_ydb_scheme.
- Call local_ydb_generate_schema with a strict JSON table spec and validate: true.
- Review generated DDL, script SHA-256, warnings, risk, and SDK validation status.
- Call local_ydb_apply_schema with action: validate.
- Call local_ydb_apply_schema with action: apply and confirm: false to return the plan.
- Execute only after approval with the exact same apply call plus confirm: true.
- Verify with local_ydb_scheme using action: describe.