mcp_engram_thought_tile_write_result
Write structured result data into an existing Thought Tile to update its state and trigger refreshes. Useful after state changes in Research Offload, State Machine, or Tabular tiles.
Instructions
Write result/update data back into an existing Thought Tile. Triggers momentum + ki_hijacker refresh. Especially useful after state changes in Research Offload, State Machine, or Tabular tiles. Consider creating a visualization companion for high-value results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tile | Yes | The concept name of the Thought Tile to update | |
| status | No | Optional new status (e.g. completed, failed) | |
| result_payload | Yes | The structured result data (JSON) to merge/write back |