mcp_engram_thought_tile_create
Create a structured Thought Tile for agent memory in formats like research offload, state machine, or knowledge graph, with automatic linking to the primary intent.
Instructions
Create a new Thought Tile (textual functor payload optimized for agent recall, momentum, NREM, and ki_hijacker). Supports research_offload, state_machine, tabular, knowledge_graph, formal_spec and similar agent-first-principles tiles. Pair with thought_tile_create_visualization for rich human-viewable companion. Auto-links to Primary Intent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal_context | No | Optional explicit goal. If omitted, auto-links using primary_goal + recent active goal logic (same as record_reasoning_trace). | |
| parent_tile | No | Optional parent tile for decomposition / result hierarchy | |
| payload | Yes | Structured JSON payload matching the schema for the chosen tile_type | |
| process_context | No | Optional process:engram.* key — emits realized_by edge (WS-3) | |
| spatial_references | No | Optional list of existing concept names (spatial AST nodes, ritual anchors, etc.) this Tile compresses or references. Creates compresses_path / compresses_chain_from relations for trace:* refs. | |
| tile_type | Yes | research_offload | state_machine | tabular | knowledge_graph | formal_spec | html_visualization | verified_sequence | |
| title | Yes | Short human-readable title for the tile |