close_intervention
Close an active intervention by recording outcome notes and marking it complete, ending its eligibility for verify_change comparisons.
Instructions
Close an intervention with outcome notes and mark it complete. The intervention must exist and be active. Outcome notes should describe observed changes, unintended effects, and whether the target metric moved. After closing, the intervention is no longer eligible for verify_change comparisons. REQUIRES AUTHORIZATION — contact pilots@mos2es.org for pilot access. In the synthetic demo, this returns an authorization notice.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| outcome_notes | No | Free-text notes about the intervention outcome — observed changes, unintended effects, whether the target metric moved | |
| intervention_id | Yes | Intervention ID to close (e.g., intv_001, intv_007). Must be an active intervention. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool | Yes | Tool name that was called | |
| error | Yes | Error type if authorization fails (e.g., 'authorization_required') | |
| status | No | New status of the intervention (e.g., 'closed') | |
| message | Yes | Human-readable status message | |
| closed_at | No | ISO timestamp of closure (on success) | |
| intervention_id | No | ID of the closed intervention (on success) |