get_trust_signals_scan
Retrieve status or results of a trust-signals scan by scan ID. Returns per-signal verdicts and tier verdict once complete; check signalsAvailable for behavioral protection.
Instructions
Retrieve status or full results of a trust-signals scan by scanId. Returns current status while running, per-signal verdicts and tier verdict when complete. May include top-level signalsAvailable: { available: false, reason: 'site_uses_behavioral_protection' } when the target uses behavioral bot protection — in that case verdict, signalsDetected, suspiciousPatterns, and gapsVsBenchmark carry placeholder values (tier: 'minimal', score: 0) and the scan should be treated as unscannable; always check signalsAvailable first. Recommended poll interval: 5-10 seconds. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scanId | Yes | Scan ID (from start_trust_signals_scan) |