memory_create_section
Create section headers to structure memories hierarchically. These placeholders organize content under sections/subsections without graph visibility or duplicate detection.
Instructions
Create a new section/subsection header memory.
Section memories are organizational placeholders that:
Are NOT visible in the graph visualization
Are NOT included in duplicate detection
Do NOT compute embeddings or cross-references
Args: content: Title/description of the section section: Parent section name (e.g., "Architecture", "API") subsection: Subsection path (e.g., "endpoints/auth")
Returns: Created section memory with auto-assigned tag "memora/sections"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | ||
| section | No | ||
| subsection | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |