Skip to content

Conversation Observability Get

One session's full picture, composed. Returns the observed-session row (metadata: start/end, message_count, span/tool counts) and, via opt-in flags, its LLM summary, commits, file writes, and PR activity — one call instead of four. All flags default off, so a bare call returns just the observed row. Complements session_summary_get (the LLM summary alone, with its own generation status). Returns None when the session has not been observed yet.

MCP name: conversation_observability_get

Category: conversation_observability

Parameters

Name Type Required Description
include_commits bool No Add the session's commits under a "commits" key.
include_prs bool No Add the session's GitHub PR events under a "prs" key.
include_summary bool No Add the LLM tldr under a "summary" key (its own status/error reflects summary-generation health, distinct from the row's parse health).
include_topics bool No Keep the summary's per-topic timeline (implies include_summary); omitted otherwise to stay compact.
include_writes bool No Add the session's file writes under a "writes" key.
session_id str Yes Full or 8-char prefix session UUID.