KIROK_clear_bank
Delete all memories and observations from a specific bank while preserving the bank structure. Preview changes by default; pass confirm=true to execute permanently.
Instructions
Delete ALL memories and observations in a bank, keeping the bank itself. Mental models are preserved. This is destructive and cannot be undone.
Without confirm=true this makes NO changes and returns a preview of what would be deleted. Only pass confirm=true after the user has explicitly approved deleting this specific bank's contents.
Args: bank_id: Bank to clear. confirm: Must be true to actually delete. Defaults to false (preview).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bank_id | Yes | ||
| confirm | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |