Verify an entity's trust score
verify_trustVerify an AgentAvow entity's trust score. Returns trust_score (0-1), trust_score_pct (0-100), trust_tier, and whether it meets a minimum threshold. Read-only, no auth. Use before interacting with an unknown agent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_id | Yes | UUID of a registered AgentAvow entity (resolve one with lookup_identity; unknown ids return guidance, not an error). | |
| min_trust | No | Min score, 0-1. |