cos_retrieval_enrichment_check
Evaluate retrieval quality metrics to recommend enabling contextual retrieval enrichment, returning an auditable decision with cost warnings and summary.
Instructions
Recommend whether to enable contextual retrieval enrichment.
The underlying LLM enrichment path is intentionally a stub — this tool exists so the decision is metric-driven and auditable before anyone pays the Haiku bill.
Args: lookback_days: Window of retrieval quality data (default 14).
Returns:
{recommend: bool, reason, cost_warning?, summary}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lookback_days | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |