agentfolio_trust_gate
Check an agent's trust score against a minimum threshold to decide whether to collaborate or delegate work. Returns pass/fail with the actual score.
Instructions
Check if an agent meets a minimum trust threshold. Returns pass/fail with the agent's actual trust score. Use before collaborating with or delegating work to an unknown agent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | Agent ID to check | |
| min_trust | No | Minimum trust score required to pass. Default: 50 |