create_context
Preserve understanding across sessions by saving conversation context, chat summaries, or important knowledge.
Instructions
Save conversation context, chat summaries, or important knowledge to preserve understanding across sessions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Tags for categorizing context | |
| title | Yes | Title describing the context | |
| content | Yes | Full context content - conversation summary, decisions made, knowledge learned | |
| metadata | No | Additional metadata like participants, AI model used, etc. | |
| context_type | No | Type of context being saved | chat_summary |
| conversation_date | No | Date of the conversation (ISO 8601 format) | |
| related_entity_id | No | UUID of related project, epic, or story (optional) | |
| related_entity_type | No | Type of related entity (optional) |