move_list_item
Move items between sections in structured memory documents to reorganize information and maintain context for better project management.
Instructions
Move an item from one section to another
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memory_id | Yes | The ID of the memory document to update | |
| from_section | Yes | The source section containing the item | |
| to_section | Yes | The destination section for the item | |
| item_identifier | Yes | Identifier for the item to move (e.g., company name) | |
| reason | No | Optional reason for the move (stored as metadata) |