mcp_engram_invoke_protocol
Safely execute a Praxis Protocol block by performing a 7-point verification gate (tag, CRS, ProvLog, execute token, enforce contract, lawfulness) before dispatch. For turning crystallized knowledge into auditable behavior.
Instructions
AGENTIC-FIRST: Safely invoke an executable Praxis Protocol block. Performs the full 7-point verification gate (tag, CRS, ProvLog, 'execute' contract token, enforce_contract, lawfulness summary) before dispatch. Critical for turning high-value crystallized knowledge into trustworthy, auditable behavior. Use only on blocks you have previously audited via the verify tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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) | |
| key | Yes | The exact key/concept of the protocol block to invoke |