scry_stats
Returns aggregate Scry corpus telemetry: total observation count, distinct source IPs, first/last observation timestamps, last-24h activity, and per-protocol breakdowns. Useful as a liveness/density check before issuing per-IP queries — lets an agent decide whether the corpus has enough data to be authoritative.
Use this tool when:
An agent is planning a multi-step investigation and wants to know if Scry has corpus density worth querying.
You want a 'corpus health' signal in a dashboard or report.
Do NOT use this tool when:
You want details about a specific IP — use
scry_check.You want sensor fleet size or node identities — never exposed at any tier.
Inputs: none. Returns: total_observations, distinct_source_ips, first_seen_ms, last_seen_ms, observations_last_24h, distinct_source_ips_last_24h, by_protocol, as_of_ms. Cost: free, anonymous, rate-limited. Latency: <100ms typical.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||