update_memory
Enhance and maintain the accuracy of stored knowledge by updating content, categorization, and metadata in a centralized memory repository. Ensures reliable, up-to-date information for informed decisions.
Instructions
Evolve and refine your stored knowledge with flexible updates to content, categorization, and metadata. Keep your memory repository current and accurate as understanding deepens, ensuring your knowledge base remains a reliable source of up-to-date insights and decisions.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
category | No | New category for organizing the memory | |
content | No | New detailed content for the memory (no character limit) | |
id | Yes | The unique identifier of the memory to update | |
metadata | No | New metadata as key-value pairs (replaces existing metadata) | |
title | No | New title for the memory (max 50 characters for better file organization) | |
workingDirectory | Yes | The full absolute path to the working directory where data is stored. MUST be an absolute path, never relative. Windows: "C:\Users\username\project" or "D:\projects\my-app". Unix/Linux/macOS: "/home/username/project" or "/Users/username/project". Do NOT use: ".", "..", "~", "./folder", "../folder" or any relative paths. Ensure the path exists and is accessible before calling this tool. NOTE: When server is started with --claude flag, this parameter is ignored and a global user directory is used instead. |