Conversation Observability Summarize¶
DEPRECATED — legacy v1 entry. Generates LLM topic summaries for stale Claude Code sessions in batches. No-ops when
conversation_observability.summaries.use_incrementalis true (the v2 queue worker handles refresh on the 5-min cadence; seesummarization_worker_tick). Preserved for rollback compatibility and as an MCP-callable v1 path; new callers should usesummarization_worker_tickor wait for the natural cron drain.
MCP name: conversation_observability_summarize
Category: conversation_observability
Mutates state (retry policy: manual)
Parameters¶
| Name | Type | Required | Description |
|---|---|---|---|
days |
int |
No | Recency window for candidates (default 7). |
force |
bool |
No | Re-summarize every candidate regardless of freshness. Use after a prompt or schema bump. |
max_sessions |
int |
No | Cap per-call summarizations. Default 3 — keep small; each session is one LLM round trip. |