mimir_context
Retrieve a markdown context block of key entities to pre-load an AI agent with relevant memories from past sessions, ensuring continuity across conversations.
Instructions
Return a pre-formatted markdown context block of the most important entities for session injection. The downstream system (Perseus) uses this to pre-load AI agent context with relevant memories before work begins.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of entities to include in the context block | |
| categories | No | Categories to include. Empty array = all categories. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| markdown | No | Markdown-formatted context block with entity details | |
| total_chars | No | Character count of the markdown content |