session_load_context
Load session context to recover previous work state for a project. Choose from quick, standard, or deep levels based on required detail.
Instructions
Load session context for a project using progressive context loading. Use this at the START of a new session to recover previous work state. Three levels available:
quick: Just the latest project state — keywords and open TODOs (~50 tokens)
standard: Project state plus recent session summaries and decisions (~200 tokens, recommended)
deep: Everything — full session history with all files changed, TODOs, and decisions (~1000+ tokens)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | No | Optional. Agent role for Hivemind scoping (e.g., 'dev', 'qa', 'pm'). Omit to let the server auto-resolve from dashboard settings. When set, also injects active_team roster. | |
| level | No | How much context to load: 'quick' (just TODOs), 'standard' (recommended — includes recent summaries), or 'deep' (full history). Default: standard. | |
| project | Yes | Project identifier to load context for. | |
| max_tokens | No | Maximum token budget for context response. Uses 1 token ≈ 4 chars heuristic. When set, the response is truncated to fit within the budget. Default: unlimited. | |
| toolAction | Yes | Brief 2-5 word summary of what this tool is doing. Capitalize like a sentence. | |
| toolSummary | Yes | Brief 2-5 word noun phrase describing what this tool call is about. |