Skip to main content
Glama

mcp-structured-memory

add_to_list

Enable structured memory updates by adding items to specific sections in a memory document, facilitating organized storage and retrieval of project-related knowledge.

Instructions

Add an item to a list section in a memory document

Input Schema

NameRequiredDescriptionDefault
itemYesThe item data to add (structure depends on template)
memory_idYesThe ID of the memory document to update
sectionYesThe section name to add the item to

Input Schema (JSON Schema)

{ "properties": { "item": { "description": "The item data to add (structure depends on template)", "type": "object" }, "memory_id": { "description": "The ID of the memory document to update", "type": "string" }, "section": { "description": "The section name to add the item to", "type": "string" } }, "required": [ "memory_id", "section", "item" ], "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