Get Track Record
get_track_recordReturn the observatory's public calibration scorecard — the aggregate accuracy of past watch-item directional reads, horizon calls, and significance assessments across resolved watches. Returns: total_resolved, directional accuracy (aligned + 0.5 × mixed), horizon accuracy (within / total), significance accuracy (confirmed / total), per-confidence-pip stratification, recent resolutions, and per-jurisdiction breakdown. Optionally scope to a single jurisdiction or corridor's constituent set. Use when an agent or user wants to assess Zoning Signal's historical forecasting accuracy before citing a current prediction. Misreads are reported.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| brief | No | Optional: scope to a brief slug (e.g., "six-month-board-flip"). Returns the track record for watches linked to a specific named-pattern brief. | |
| corridor | No | Optional: scope to a corridor slug (e.g., "us-27-south-lake"). Returns the aggregate track record across the corridor's constituent places. | |
| jurisdiction | No | Optional: scope to a single place slug (e.g., "leesburg-florida") for that city's track record only. Use list_cities to discover available slugs. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | ||
| recent | No | ||
| horizon | No | ||
| pending | No | ||
| obsolete | No | ||
| surfaces | No | ||
| directional | No | ||
| significance | No | ||
| by_confidence | No | ||
| total_resolved | No |