Skip to main content
Glama

mcp-structured-memory

move_list_item

Relocate an item within a structured memory document by specifying source and destination sections, ensuring organized knowledge management for project contexts.

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" }

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