Skip to main content
Glama

mcp-structured-memory

move_list_item

Move a specified item from one section to another within a memory document. Use this tool to reorganize structured data, update project context, and record optional reasons for the move.

Instructions

Move an item from one section to another

Input Schema

NameRequiredDescriptionDefault
from_sectionYesThe source section containing the item
item_identifierYesIdentifier for the item to move (e.g., company name)
memory_idYesThe ID of the memory document to update
reasonNoOptional reason for the move (stored as metadata)
to_sectionYesThe destination section for the item

Input Schema (JSON Schema)

{ "properties": { "from_section": { "description": "The source section containing the item", "type": "string" }, "item_identifier": { "description": "Identifier for the item to move (e.g., company name)", "type": "string" }, "memory_id": { "description": "The ID of the memory document to update", "type": "string" }, "reason": { "description": "Optional reason for the move (stored as metadata)", "type": "string" }, "to_section": { "description": "The destination section for the item", "type": "string" } }, "required": [ "memory_id", "from_section", "to_section", "item_identifier" ], "type": "object" }
Install Server

Other Tools from mcp-structured-memory

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/nmeierpolys/mcp-structured-memory'

If you have feedback or need assistance with the MCP directory API, please join our Discord server