get_agent_bootstrap
Bootstrap an AI agent session with a single call to retrieve project context, architecture, key symbols, and error patterns.
Instructions
Single-call session bootstrap for AI agents. Replaces the 4-call sequence (get_session_brief → get_last_context → get_user_profile → get_error_patterns) with one ~300-token payload.
Returns: repo — project name architecture — 600-char architecture summary hot_symbols — ["fn:file:line", ...] top 8 symbols by behaviour weight last_focus — {files, query, agent} from last agent's context_pack framing — {depth, vocabulary} from user profile (empty if tracking off) error_patterns — top 3 recurring errors with prevention hints index_health — {symbols, files, status}
Claude: call this ONCE at session start instead of the 4 individual calls. Use individual tools only when you need the full detail each provides.
repo_path: optional absolute path to the target repository.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_path | No |