cos_retrieval_enrichment_check
Evaluates retrieval quality over a lookback period and recommends whether to enable contextual enrichment, delivering an auditable, cost-aware decision upfront.
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 |