mcp_engram_session_start
Start a session by providing your primary intent. Captures goal, suggested actions, trace chain, ego snapshot, and presentation previews. Optionally include spatial ingest.
Instructions
MANDATORY first MCP call every session. Default ENGRAM_WAKE_BUNDLE=slim: primary_goal, top 5 suggested_actions, trace_chain head, slim ego_snapshot, presentation_stratum previews. Full harness via mcp_engram_get_continuation_bundle. Execute suggested_actions BEFORE edits; ack with mcp_engram_ack_wake_queue. Lean default — do NOT call watch_workspace at wake. See docs/HARNESS_INJECTION.md + docs/AGENT_MEMORY_CONTRACT.md.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| intent | Yes | Agent's primary intent or goal for this session | |
| include_spatial | No | If true, run incremental spatial ingest inline in the wake packet (default false) | |
| spatial_max_files | No | Max files for inline incremental spatial ingest when include_spatial=true (default 5) |