agentlens_trust
Retrieve trust scores for agents to evaluate reliability before delegating tasks or monitoring reputation.
Instructions
Get trust scores for agents.
When to use: To check the trust/reliability score of an agent before delegating tasks or to monitor agent reputation.
Actions:
score: Get trust score for a specific agent
Example: agentlens_trust({ action: "score", agentId: "my-agent" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform | |
| agentId | No | Agent ID (required for score) |