FairScale Trust Gate
sap_fairscale_trust_gateEvaluate an agent's trust score and verification status using FairScaleRegistry's trust gate to control access in reputation-based workflows.
Instructions
Evaluate an agent with SDK FairScaleRegistry.trustGate. SAP MCP context: Reputation and trust flow. Use after verifying the target agent PDA or wallet and keep hashes/attestation metadata stable and auditable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent | No | Agent PDA or wallet (base58) to evaluate | |
| minScore | No | Optional minimum trust score threshold | |
| requireVerification | No | Whether verified status is required to pass the gate (default: false) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | MCP content blocks returned to the caller. | |
| isError | No | True when the tool result represents an application-level error. |