add_to_list
Add structured data items to specific sections in memory documents for building project context over time.
Instructions
Add an item to a list section in a memory document
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memory_id | Yes | The ID of the memory document to update | |
| section | Yes | The section name to add the item to | |
| item | Yes | The item data to add (structure depends on template) |