memory_advanced
Execute any memory maintenance operation not covered by standard verbs. Use for advanced tasks like purging expired memories or syncing CRDT data.
Instructions
Power user escape hatch — pass through to any memory_maintenance operation.
Use this when a verb doesn't cover your use case.
Args: operation: Any memory_maintenance operation name. tenant_id: Tenant identity for tenant-scoped operations. **kwargs: Operation-specific parameters.
Security: this delegates to memory_maintenance, so the confirmation
gate on destructive operations applies here too. A destructive op
(e.g. purge_expired, okf_export, crdt_sync) called without
confirm=True is refused; pass confirm=True to proceed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kwargs | Yes | ||
| operation | Yes | ||
| tenant_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |