MCPVault

get_session_summary

MCP tool from Observer by superbasedapp

What did session X actually do? AI-generated 2–4 sentence summaries.

How to use it

get_session_summary is exposed by the Observer MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the get_session_summary tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.

Install Observer

$npx @superbased/observer
FULL OBSERVER LISTING

Other tools in Observer (20)

cache_status

Live prompt-cache health: which caches are warm, expiring, or cold, with value-at-risk.

check_command_freshness

Did this exact command already run? With what result?

check_file_freshness

Has this file changed since I last read it?

continue_session

A distilled, scrubbed handover of a session from another AI tool, so you can continue its work here.

get_action_details

The raw row, scrubbed of secrets.

get_cost_summary

Per-window spend rollup.

get_failure_context

Error correlation + retry detection.

get_file_history

Every read/edit of this file across every tool + session (with codeintel enrichment when available).

get_last_test_result

Without re-running.

get_model_recommendation

Evidence-backed model suggestion per turn-kind, from the local Model Value Report.

get_output_composition

Code vs. explanation split of a session's output, by bytes, with the code:explanation ratio and languages used.

get_project_patterns

Derived behaviours: hot files, co-changes, edit→test pairs.

get_redundancy_report

What would Discovery flag for this project?

get_routing_status

Model-routing layer state: phase, available policy templates, tier-table size, decision-log counters.

get_session_message

One full, un-excerpted message from a session's transcript — pulls the complete body a handover excerpt truncated.

get_session_recovery_context

For resuming an interrupted session.

get_suggestions

Top dollar/time-quantified cost & quality suggestions from the local advisor.

list_actions_around

Chronological ±N actions around an actionid.

search_past_outputs

Full-text search of past tool-call outputs (FTS5 over excerpts).

search_symbols

Fuzzy symbol search across the project's codeintel index (Tier-C).