mcp_engram_invoke_protocol
Run a 7-point gate (tag, CRS, contract, lawfulness) and stub dispatch on a protocol block; use dry_run=true to verify without side effects.
Instructions
EXPERIMENTAL vertical slice: run 7-point gate (tag, CRS, contract, lawfulness summary) then stub_dispatch — does NOT execute real protocol side effects yet. Prefer dry_run=true. Not a product automation surface; use verify tools for audits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | The exact key/concept of the protocol block to invoke | |
| args | No | Structured arguments for the protocol (optional, must match the protocol's declared schema) | |
| dry_run | No | If true, perform full verification but do not execute side effects (default: false) |