memoryguard_invoke
Run registered MCP operations from the capability catalog. For mutating targets, supply explicit confirmation and an idempotency key to avoid duplicate writes.
Instructions
Invoke one explicitly registered MCP operation found through memoryguard_capabilities. Never accepts native handler or GUI method names. Mutating targets require confirmed=true and idempotency_key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| arguments | Yes | arguments for that registered operation | |
| confirmed | No | required for a mutating target | |
| operation | Yes | registered MCP operation name from capability catalog | |
| idempotency_key | No | required retry key for a mutating target |