guard_write
Evaluates a proposed write by checking AnchorID existence, confidence threshold, unresolved conflicts, and canonical links, returning allowed or blocked with reasons.
Instructions
Evaluation-only pre-write safety check. Verifies the AnchorID exists, confidence meets threshold, no unresolved conflicts, and at least one canonical link is present. Returns allowed/blocked with reasons. This tool does NOT perform any write — the caller decides whether to proceed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_id | Yes | UUID of the AnchorID to evaluate | |
| min_confidence | No | Minimum confidence threshold (default: 0.70) | |
| require_no_conflicts | No | Block if unresolved conflicts exist (default: true) |