verify_trust
Assess an entity's trust score and tier to evaluate risk before interacting with unknown agents.
Instructions
Verify an entity's trust score on AgentGraph. Returns JSON with trust_score (0.0-1.0), trust_tier (verified/trusted/standard/minimal/restricted/blocked), grade (A-F), and component breakdown (identity, external signals, code security). Read-only, no auth required. Use before interacting with unknown agents to assess risk.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_id | Yes | UUID of the AgentGraph entity to verify. Get this from lookup_identity or from a previous interaction. Example: '550e8400-e29b-41d4-a716-446655440000' | |
| min_trust | No | Minimum acceptable trust score threshold on a 0.0-1.0 scale. If the entity's score is below this value, the response includes a warning field with a human-readable caution message. Default: 0.3 (minimal trust). Common thresholds: 0.1 (any activity), 0.3 (basic trust), 0.6 (high trust). |