brs_rejection_funnel
Why no signal? The pipeline funnel in one glance (public).
Every cycle that does not become a signal died at a specific gate. This returns the cycle count at each gate in order, so an agent can draw a survival funnel and see where reads are rejected — the direct answer to "BRS rejects almost everything, prove it."
Args: day: A specific UTC day (YYYY-MM-DD). Empty = today. days: Sum over the last N UTC days (e.g. 30). Ignored if day set. since: "launch" for every day on record, or a YYYY-MM-DD start date.
Returns: cycles_total, emitted, signals_sent, per-gate counts, gate_order.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| day | No | ||
| days | No | ||
| since | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| tier | No | free | |
| as_of | Yes | ||
| error | No | ||
| status | Yes | ||
| quality | No | ||
| evidence | No | ||
| disclaimer | No | Market-structure context; not an execution instruction. | |
| request_id | Yes | ||
| schema_version | No | 1.0 | |
| freshness_seconds | No | ||
| valid_for_seconds | No | ||
| methodology_version | No | 2026.09 |