Skip to main content
Glama

mcp-structured-memory

update_list_item

Modify specific fields of an item in a structured list section by providing the memory document ID, section name, item identifier, and updated values.

Instructions

Update an existing item in a list section

Input Schema

NameRequiredDescriptionDefault
item_identifierYesIdentifier for the item to update (e.g., company name, contact name)
memory_idYesThe ID of the memory document to update
sectionYesThe section containing the item to update
updatesYesFields to update with their new values

Input Schema (JSON Schema)

{ "properties": { "item_identifier": { "description": "Identifier for the item to update (e.g., company name, contact name)", "type": "string" }, "memory_id": { "description": "The ID of the memory document to update", "type": "string" }, "section": { "description": "The section containing the item to update", "type": "string" }, "updates": { "description": "Fields to update with their new values", "type": "object" } }, "required": [ "memory_id", "section", "item_identifier", "updates" ], "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