Check interaction safety
check_interaction_safetyCheck whether it is safe to interact with another agent by trust threshold. Thresholds: delegate 0.6, trade 0.5, collaborate 0.4, follow 0.1. Returns is_safe, risk_level, the score, and a recommendation. Read-only, no auth.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| interaction_type | Yes | ||
| target_entity_id | Yes | UUID of a registered target entity (resolve one with lookup_identity). |