get_session_brief
Retrieve a comprehensive session brief combining expertise profile, recent AI conversations, and corpus statistics in a single JSON object to load full context at session start.
Instructions
One-shot session bootstrap: combines expertise profile, last 5 AI conversations, and corpus stats into a single JSON object. Call this at the start of a session to load full context without multiple round-trips.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expertise | Yes | ||
| recent_work | Yes | ||
| corpus_stats | Yes |