agentfolio_trust_gate
Verify agent trust scores against required thresholds to ensure safe collaboration and delegation decisions.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | Agent ID to check | |
| min_trust | No | Minimum trust score required to pass. Default: 50 |