gc_control
List and execute control operations with risk metadata. Hold execution for approval when a gate requires it.
Instructions
Deterministic dual-path controls (Story 3.1). Direct, LLM-free execution of approved operations.
manifest: list control-reachable operations and their risk metadata
execute: run one control; may return held: true if the gate requires approval
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| op | No | Operation name (for execute) | |
| args | No | Operation arguments object (for execute) | |
| tool | No | Tool name (for execute) | |
| action | Yes | Action to perform | |
| idempotency_key | No | Idempotency key (for execute) |